Integromat Customizable Extension

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

Wat is Integromat Customizable Extension?

Integromat Customizable Extension is een Chrome-extensie ontwikkeld door https://www.integromat.com, en de belangrijkste functie is "This extension enables you to push notifications from Integromat directly to your browser.".

Extensie Screenshots

Download het CRX-bestand van de extensie Integromat Customizable Extension

Download Integromat Customizable Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
Officiële URL https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
Beschrijving This extension enables you to push notifications from Integromat directly to your browser.
Bestandsgrootte 349 KB
Aantal Installaties 2,949
Huidige Versie 1.1.3
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2019-10-25
Beoordeling 3.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.integromat.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.integromat.com
Help Pagina-URL https://www.integromat.com/en/kb/faq.html
URL van de Privacybeleid Pagina https://www.integromat.com/en/help/privacy-notice
Ondersteunde Talen 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:;"
}