Integromat Customizable Extension

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

What is Integromat Customizable Extension?

Integromat Customizable Extension is a Chrome extension developed by https://www.integromat.com, and its main feature is "This extension enables you to push notifications from Integromat directly to your browser.".

Extension Screenshots

Download Integromat Customizable Extension Extension CRX File

Download Integromat Customizable Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
Official URL https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
Description This extension enables you to push notifications from Integromat directly to your browser.
File Size 349 KB
Installation Count 2,949
Current Version 1.1.3
Last Updated 2022-01-27
Publish Date 2019-10-25
Rating 3.33/5 Total 6 Ratings
Developer https://www.integromat.com
Email [email protected]
Payment Type free
Extension Website https://www.integromat.com
Help Page URL https://www.integromat.com/en/kb/faq.html
Privacy Policy Page URL https://www.integromat.com/en/help/privacy-notice
Supported Languages 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:;"
}