Autosave Make & Integromat by MakeMarket.io

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

什么是Autosave Make & Integromat by MakeMarket.io?

Autosave Make & Integromat by MakeMarket.io是由MakeMarket.io开发的Chrome扩展程序,该扩展的主要功能是“Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…”。

扩展截图

screenshot

下载Autosave Make & Integromat by MakeMarket.io扩展crx文件

下载Autosave Make & Integromat by MakeMarket.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Autosave Make & Integromat by MakeMarket.io Autosave Make & Integromat by MakeMarket.io
ID bekaofmhpimejfpeblfnhgogpkfaheil
官方URL https://chromewebstore.google.com/detail/autosave-make-integromat/bekaofmhpimejfpeblfnhgogpkfaheil
简介 Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…
文件大小 64.51 KB
安装次数 104
当前版本 1.0
更新时间 2022-09-05
上架时间 2022-09-05
评分 5.00/5 共1次评分
开发者 MakeMarket.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.makemarket.io
帮助页面URL https://www.makeitfuture.com/contact
支持的语言 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"
    }
}