├── LICENSE ├── README.md ├── assets └── demo.gif ├── manifest.json └── src └── extension.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dragonman225/trigger-webhook-from-notion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dragonman225/trigger-webhook-from-notion/HEAD/README.md -------------------------------------------------------------------------------- /assets/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dragonman225/trigger-webhook-from-notion/HEAD/assets/demo.gif -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dragonman225/trigger-webhook-from-notion/HEAD/manifest.json -------------------------------------------------------------------------------- /src/extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dragonman225/trigger-webhook-from-notion/HEAD/src/extension.js --------------------------------------------------------------------------------