Notion Automations
Extension to easily connect your Notion with Notion Automations
Co to jest Notion Automations?
Notion Automations to rozszerzenie Chrome opracowane przez https://notion-automations.com, a jego główną funkcją jest „Extension to easily connect your Notion with Notion Automations”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notion Automations
Pobierz pliki rozszerzeń Notion Automations w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
1-Click connect your Notion workspace with Notion automations.
Podstawowe informacje o rozszerzeniu
Nazwa | Notion Automations |
ID | jeclnapdhfheooplcjplkhpldoklcdoo |
Oficjalny URL | https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo |
Opis | Extension to easily connect your Notion with Notion Automations |
Rozmiar pliku | 10.84 KB |
Liczba instalacji | 1,266 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2021-05-13 |
Data Publikacji | 2021-03-29 |
Deweloper | https://notion-automations.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://notion-automations.com |
Adres URL Strony Pomocy | https://notion-automations |
Obsługiwane Języki | 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" } |