Notion Automations

Extension to easily connect your Notion with Notion Automations

Hvad er Notion Automations?

Notion Automations er en Chrome-udvidelse udviklet af https://notion-automations.com, og dens hovedfunktion er "Extension to easily connect your Notion with Notion Automations".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Notion Automations-udvidelses-CRX-fil

Download Notion Automations-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        1-Click connect your Notion workspace with Notion automations.                    

Grundlæggende oplysninger om udvidelsen

Navn Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
Officiel URL https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
Beskrivelse Extension to easily connect your Notion with Notion Automations
Filstørrelse 10.84 KB
Antal Installationer 1,266
Nuværende Version 1.2.0
Senest Opdateret 2021-05-13
Udgivelsesdato 2021-03-29
Udvikler https://notion-automations.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://notion-automations.com
Hjælpeside-URL https://notion-automations
Understøttede Sprog 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"
}