msgboxx

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

msgboxx là gì?

msgboxx là một tiện ích mở rộng Chrome được phát triển bởi QuidVIsta, và tính năng chính của nó là "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng msgboxx

Tải xuống các tệp mở rộng msgboxx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
URL Chính Thức https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Mô tả Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Kích Thước Tệp 13.24 MB
Số Lần Cài Đặt 405
Phiên Bản Hiện Tại 0.32
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2022-05-18
Nhà Phát Triển QuidVIsta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.msgboxx.io/
URL Trang Chính Sách Bảo Mật https://www.msgboxx.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}