Autosave Make & Integromat by MakeMarket.io

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

Cos'è Autosave Make & Integromat by MakeMarket.io?

Autosave Make & Integromat by MakeMarket.io è un'estensione di Chrome sviluppata da MakeMarket.io, e la sua funzione principale è "Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autosave Make & Integromat by MakeMarket.io

Scarica i file di estensione Autosave Make & Integromat by MakeMarket.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
URL Ufficiale https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil
Descrizione Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
Dimensione del File 64.51 KB
Conteggio Installazioni 104
Versione Corrente 1.0
Ultimo Aggiornamento 2022-09-05
Data di Pubblicazione 2022-09-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore MakeMarket.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.makemarket.io
URL della Pagina di Aiuto https://www.makeitfuture.com/contact
Lingue Supportate 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"
    }
}