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
官方網址 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"
    }
}