Notion Automations

Extension to easily connect your Notion with Notion Automations

Was ist Notion Automations?

Notion Automations ist eine Chrome-Erweiterung, die von https://notion-automations.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension to easily connect your Notion with Notion Automations".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Notion Automations-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notion Automations-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        1-Click connect your Notion workspace with Notion automations.                    

Grundlegende Informationen zur Erweiterung

Name Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
Offizielle URL https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
Beschreibung Extension to easily connect your Notion with Notion Automations
Dateigröße 10.84 KB
Installationsanzahl 1,266
Aktuelle Version 1.2.0
Letztes Update 2021-05-13
Veröffentlichungsdatum 2021-03-29
Entwickler https://notion-automations.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://notion-automations.com
Hilfeseite URL https://notion-automations
Unterstützte Sprachen 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"
}