Notion Automations
Extension to easily connect your Notion with Notion Automations
What is Notion Automations?
Notion Automations is a Chrome extension developed by https://notion-automations.com, and its main feature is "Extension to easily connect your Notion with Notion Automations".
Extension Screenshots
Download Notion Automations Extension CRX File
Download Notion Automations extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1-Click connect your Notion workspace with Notion automations.
Extension Basic Information
Name | Notion Automations |
ID | jeclnapdhfheooplcjplkhpldoklcdoo |
Official URL | https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo |
Description | Extension to easily connect your Notion with Notion Automations |
File Size | 10.84 KB |
Installation Count | 1,266 |
Current Version | 1.2.0 |
Last Updated | 2021-05-13 |
Publish Date | 2021-03-29 |
Developer | https://notion-automations.com |
[email protected] | |
Payment Type | free |
Extension Website | https://notion-automations.com |
Help Page URL | https://notion-automations |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/zapier.com\/engine\/auth\/start\/App122530CLIAPI@*", "https:\/\/zapier.com\/engine\/auth\/start\/App118620CLIAPI@*", "https:\/\/notion-automations.com\/*" ] } ], "description": "Extension to easily connect your Notion with Notion Automations", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Notion Automations", "permissions": [ "cookies", "tabs", "https:\/\/www.notion.so\/*", "https:\/\/zapier.com\/*", "https:\/\/notion-automations.com\/*" ], "version": "1.2.0" } |