Integromat Customizable Extension

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

Co to jest Integromat Customizable Extension?

Integromat Customizable Extension to rozszerzenie Chrome opracowane przez https://www.integromat.com, a jego główną funkcją jest „This extension enables you to push notifications from Integromat directly to your browser.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Integromat Customizable Extension

Pobierz pliki rozszerzeń Integromat Customizable Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
Oficjalny URL https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
Opis This extension enables you to push notifications from Integromat directly to your browser.
Rozmiar pliku 349 KB
Liczba instalacji 2,949
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2022-01-27
Data Publikacji 2019-10-25
Ocena 3.33/5 Łącznie 6 Oceny
Deweloper https://www.integromat.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.integromat.com
Adres URL Strony Pomocy https://www.integromat.com/en/kb/faq.html
Adres URL Strony Polityki Prywatności https://www.integromat.com/en/help/privacy-notice
Obsługiwane Języki 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:;"
}