Integromat Customizable Extension

This extension enables you to push notifications from Integromat directly to your browser.

Integromat Customizable Extensionとは何ですか?

Integromat Customizable Extensionはhttps://www.integromat.comによって開発されたChromeの拡張機能で、その主な機能は「This extension enables you to push notifications from Integromat directly to your browser.」です。

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

Integromat Customizable Extension拡張機能のCRXファイルをダウンロード

Integromat Customizable Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Integromat will automate processes that you currently handle manually. It is not only capable of connecting apps but can also transfer and transform data. It works 24 hours a day, seven days a week and does not require your intervention. Simply set Integromat to do what you want and let it work for you. Save your time!                    

拡張機能の基本情報

名前 Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
公式URL https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
説明 This extension enables you to push notifications from Integromat directly to your browser.
ファイルサイズ 349 KB
インストール数 2,949
現在のバージョン 1.1.3
最終更新日 2022-01-27
公開日 2019-10-25
評価 3.33/5 合計 6 レビュー
開発者 https://www.integromat.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.integromat.com
ヘルプページのURL https://www.integromat.com/en/kb/faq.html
プライバシーポリシーページのURL https://www.integromat.com/en/help/privacy-notice
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integromat Customizable Extension",
    "description": "This extension enables you to push notifications from Integromat directly to your browser.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icons\/integromat.png",
        "default_title": "Integromat",
        "default_popup": "settings.html"
    },
    "permissions": [
        "notifications",
        "gcm",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.integromat.com\/*"
        ]
    },
    "content_security_policy": "default-src 'self';connect-src * data: blob: filesystem:;style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src 'self' data:;font-src 'self' data:; media-src * data: blob: filesystem:;"
}