Autosave Make & Integromat by MakeMarket.io

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

Qu'est-ce que Autosave Make & Integromat by MakeMarket.io ?

Autosave Make & Integromat by MakeMarket.io est une extension Chrome développée par MakeMarket.io, et sa fonction principale est "Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Autosave Make & Integromat by MakeMarket.io

Téléchargez les fichiers d'extension Autosave Make & Integromat by MakeMarket.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
URL Officiel https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil
Description Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
Taille du Fichier 64.51 KB
Nombre d'Installations 104
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-05
Date de Publication 2022-09-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur MakeMarket.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.makemarket.io
URL de la Page d'Aide https://www.makeitfuture.com/contact
Langues Prises en Charge 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"
    }
}