Autosave Make & Integromat by MakeMarket.io

Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…

Co to jest Autosave Make & Integromat by MakeMarket.io?

Autosave Make & Integromat by MakeMarket.io to rozszerzenie Chrome opracowane przez MakeMarket.io, a jego główną funkcją jest „Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Autosave Make & Integromat by MakeMarket.io

Pobierz pliki rozszerzeń Autosave Make & Integromat by MakeMarket.io 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

                        Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save the scenarios for you.                    

Podstawowe informacje o rozszerzeniu

Nazwa Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
Oficjalny URL https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil
Opis Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
Rozmiar pliku 64.51 KB
Liczba instalacji 104
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-09-05
Data Publikacji 2022-09-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper MakeMarket.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.makemarket.io
Adres URL Strony Pomocy https://www.makeitfuture.com/contact
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autosave Make & Integromat by MakeMarket.io",
    "version": "1.0",
    "description": "",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.auth.makemarket.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.integromat.com\/*",
                "*:\/\/*.make.com\/*",
                "*:\/\/*.celonis.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ]
        }
    ],
    "action": {
        "default_title": "Autosave Make & Integromat by MakeMarket.io",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/content.html"
    }
}