msgboxx

Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…

msgboxxคืออะไร?

msgboxx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QuidVIsta และคุณลักษณะหลักของมันคือ "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…"

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

screenshot

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

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

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

                        Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your favourite CRM system.                    

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

ชื่อ msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
คำอธิบาย Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
ขนาดไฟล์ 13.24 MB
จำนวนการติดตั้ง 405
เวอร์ชันปัจจุบัน 0.32
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2022-05-18
ผู้พัฒนา QuidVIsta
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.msgboxx.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.msgboxx.io/privacy-policy.html
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "msgboxx",
    "name": "msgboxx",
    "version": "0.32",
    "manifest_version": 3,
    "action": {
        "default_title": "open msgboxx"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/api.msgboxx.io\/",
        "https:\/\/www.googletagmanager.com\/",
        ""
    ],
    "permissions": [
        "downloads",
        "storage",
        "contextMenus",
        "scripting",
        "tabs",
        "activeTab"
    ],
    "content_security_policy": {
        "script-src": "'self' 'unsafe-inline' https:\/\/www.googletagmanager.com",
        "img-src": "'self' https:\/\/www.googletagmanager.com",
        "object-src": "self"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.msgboxx.io\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "images\/whatsapp.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}