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é es Autosave Make & Integromat by MakeMarket.io?

Autosave Make & Integromat by MakeMarket.io es una extensión de Chrome desarrollada por MakeMarket.io, y su función principal es "Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Autosave Make & Integromat by MakeMarket.io

Descarga archivos de extensión Autosave Make & Integromat by MakeMarket.io en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
URL Oficial https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil
Descripción Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
Tamaño del Archivo 64.51 KB
Cantidad de Instalaciones 104
Versión Actual 1.0
Última Actualización 2022-09-05
Fecha de Publicación 2022-09-05
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador MakeMarket.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.makemarket.io
URL de la Página de Ayuda https://www.makeitfuture.com/contact
Idiomas Soportados 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"
    }
}