Notion Automations

Extension to easily connect your Notion with Notion Automations

ما هو Notion Automations؟

Notion Automations هو إضافة Chrome تم تطويرها بواسطة https://notion-automations.com، والميزة الرئيسية لها هي "Extension to easily connect your Notion with Notion Automations".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Notion Automations

قم بتنزيل ملفات الامتداد Notion Automations بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        1-Click connect your Notion workspace with Notion automations.                    

معلومات أساسية عن التمديد

الاسم Notion Automations Notion Automations
ID jeclnapdhfheooplcjplkhpldoklcdoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/notion-automations/jeclnapdhfheooplcjplkhpldoklcdoo
الوصف Extension to easily connect your Notion with Notion Automations
حجم الملف 10.84 KB
عدد التثبيتات 1,266
النسخة الحالية 1.2.0
آخر تحديث 2021-05-13
تاريخ النشر 2021-03-29
المطور https://notion-automations.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://notion-automations.com
عنوان صفحة المساعدة https://notion-automations
اللغات المدعومة 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"
}