Integromat Customizable Extension

This extension enables you to push notifications from Integromat directly to your browser.

Integromat Customizable Extensionคืออะไร?

Integromat Customizable Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.integromat.com และคุณลักษณะหลักของมันคือ "This extension enables you to push notifications from Integromat directly to your browser."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Integromat Customizable Extension

ดาวน์โหลดไฟล์ส่วนขยาย Integromat Customizable Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Integromat will automate processes that you currently handle manually. It is not only capable of connecting apps but can also transfer and transform data. It works 24 hours a day, seven days a week and does not require your intervention. Simply set Integromat to do what you want and let it work for you. Save your time!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Integromat Customizable Extension Integromat Customizable Extension
ID cfamjaolobgncfhomepbmjjihlbkchgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb
คำอธิบาย This extension enables you to push notifications from Integromat directly to your browser.
ขนาดไฟล์ 349 KB
จำนวนการติดตั้ง 2,949
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2022-01-27
วันที่เผยแพร่ 2019-10-25
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.integromat.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.integromat.com
URL หน้าช่วยเหลือ https://www.integromat.com/en/kb/faq.html
URL หน้านโยบายความเป็นส่วนตัว https://www.integromat.com/en/help/privacy-notice
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integromat Customizable Extension",
    "description": "This extension enables you to push notifications from Integromat directly to your browser.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icons\/integromat.png",
        "default_title": "Integromat",
        "default_popup": "settings.html"
    },
    "permissions": [
        "notifications",
        "gcm",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.integromat.com\/*"
        ]
    },
    "content_security_policy": "default-src 'self';connect-src * data: blob: filesystem:;style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src 'self' data:;font-src 'self' data:; media-src * data: blob: filesystem:;"
}