Notion Automations

Extension to easily connect your Notion with Notion Automations

Apa itu Notion Automations?

Notion Automations adalah ekstensi Chrome yang dikembangkan oleh https://notion-automations.com, dan fitur utamanya adalah "Extension to easily connect your Notion with Notion Automations".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Notion Automations

Unduh file ekstensi Notion Automations dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        1-Click connect your Notion workspace with Notion automations.                    

Informasi Dasar Ekstensi

Nama Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
URL Resmi https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
Deskripsi Extension to easily connect your Notion with Notion Automations
Ukuran File 10.84 KB
Jumlah Instalasi 1,266
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2021-05-13
Tanggal Publikasi 2021-03-29
Pengembang https://notion-automations.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://notion-automations.com
URL Halaman Bantuan https://notion-automations
Bahasa yang Didukung 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"
}