Notion Automations

Extension to easily connect your Notion with Notion Automations

Vad är Notion Automations?

Notion Automations är en Chrome-tillägg utvecklad av https://notion-automations.com, och dess huvudfunktion är "Extension to easily connect your Notion with Notion Automations".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Notion Automations-förlängningens CRX-fil

Ladda ner Notion Automations-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        1-Click connect your Notion workspace with Notion automations.                    

Grundläggande Information om Tillägg

Namn Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
Officiell webbadress https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
Beskrivning Extension to easily connect your Notion with Notion Automations
Filstorlek 10.84 KB
Antal Installationer 1,266
Aktuell Version 1.2.0
Senast Uppdaterad 2021-05-13
Publiceringsdatum 2021-03-29
Utvecklare https://notion-automations.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://notion-automations.com
Hjälpsida URL https://notion-automations
Stödda Språk 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"
}