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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MakeMarket.io และคุณลักษณะหลักของมันคือ "Autosave Make.com (former Integromat) Scenarios. You can define prefered saving interval and this extension will automatically save…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autosave Make & Integromat by MakeMarket.io

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}