Notion Automations

Extension to easily connect your Notion with Notion Automations

Wat is Notion Automations?

Notion Automations is een Chrome-extensie ontwikkeld door https://notion-automations.com, en de belangrijkste functie is "Extension to easily connect your Notion with Notion Automations".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Notion Automations

Download Notion Automations-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        1-Click connect your Notion workspace with Notion automations.                    

Basisinformatie over de Extensie

Naam Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
Officiële URL https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
Beschrijving Extension to easily connect your Notion with Notion Automations
Bestandsgrootte 10.84 KB
Aantal Installaties 1,266
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-05-13
Publicatiedatum 2021-03-29
Ontwikkelaar https://notion-automations.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://notion-automations.com
Help Pagina-URL https://notion-automations
Ondersteunde Talen 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"
}