Notion Automations

Extension to easily connect your Notion with Notion Automations

Cos'è Notion Automations?

Notion Automations è un'estensione di Chrome sviluppata da https://notion-automations.com, e la sua funzione principale è "Extension to easily connect your Notion with Notion Automations".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Notion Automations

Scarica i file di estensione Notion Automations in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        1-Click connect your Notion workspace with Notion automations.                    

Informazioni di Base sull'Estensione

Nome Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
URL Ufficiale https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
Descrizione Extension to easily connect your Notion with Notion Automations
Dimensione del File 10.84 KB
Conteggio Installazioni 1,266
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-05-13
Data di Pubblicazione 2021-03-29
Sviluppatore https://notion-automations.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://notion-automations.com
URL della Pagina di Aiuto https://notion-automations
Lingue Supportate 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"
}