Autosave Make & Integromat by MakeMarket.io

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

What is Autosave Make & Integromat by MakeMarket.io?

Autosave Make & Integromat by MakeMarket.io is a Chrome extension developed by MakeMarket.io, and its main feature is "Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…".

Extension Screenshots

screenshot

Download Autosave Make & Integromat by MakeMarket.io Extension CRX File

Download Autosave Make & Integromat by MakeMarket.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
Official URL 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…
File Size 64.51 KB
Installation Count 104
Current Version 1.0
Last Updated 2022-09-05
Publish Date 2022-09-05
Rating 5.00/5 Total 1 Ratings
Developer MakeMarket.io
Email [email protected]
Payment Type free
Extension Website https://www.makemarket.io
Help Page URL https://www.makeitfuture.com/contact
Supported Languages 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"
    }
}