Notion Automations
Extension to easily connect your Notion with Notion Automations
Что такое Notion Automations?
Notion Automations - это расширение Chrome, разработанное https://notion-automations.com, и его основная функция - "Extension to easily connect your Notion with Notion Automations".
Снимки экрана расширения
Скачать файл CRX расширения Notion Automations
Скачайте файлы расширений Notion Automations в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
1-Click connect your Notion workspace with Notion automations.
Основная информация о расширении
Название | Notion Automations |
ID | jeclnapdhfheooplcjplkhpldoklcdoo |
Официальный URL | https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo |
Описание | Extension to easily connect your Notion with Notion Automations |
Размер файла | 10.84 KB |
Количество установок | 1,266 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2021-05-13 |
Дата публикации | 2021-03-29 |
Разработчик | https://notion-automations.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://notion-automations.com |
URL страницы помощи | https://notion-automations |
Поддерживаемые языки | 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" } |