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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}