Integromat Customizable Extension

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

Co je Integromat Customizable Extension?

Integromat Customizable Extension je rozšíření Chrome vyvinuté https://www.integromat.com, a jeho hlavní funkcí je „This extension enables you to push notifications from Integromat directly to your browser.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Integromat Customizable Extension

Stáhněte si soubory rozšíření Integromat Customizable Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
Oficiální URL https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
Popis This extension enables you to push notifications from Integromat directly to your browser.
Velikost souboru 349 KB
Počet instalací 2,949
Aktuální Verze 1.1.3
Poslední Aktualizace 2022-01-27
Datum Vydání 2019-10-25
Hodnocení 3.33/5 Celkem 6 Hodnocení
Vývojář https://www.integromat.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.integromat.com
URL Stránky Nápovědy https://www.integromat.com/en/kb/faq.html
URL Stránky Zásad Ochrany Soukromí https://www.integromat.com/en/help/privacy-notice
Podporované Jazyky 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:;"
}