Notion Automations

Extension to easily connect your Notion with Notion Automations

Notion Automationsとは何ですか?

Notion Automationsはhttps://notion-automations.comによって開発されたChromeの拡張機能で、その主な機能は「Extension to easily connect your Notion with Notion Automations」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Notion Automations拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}