msgboxx

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

Apa itu msgboxx?

msgboxx adalah ekstensi Chrome yang dikembangkan oleh QuidVIsta, dan fitur utamanya adalah "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi msgboxx

Unduh file ekstensi msgboxx dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
URL Resmi https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Deskripsi Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Ukuran File 13.24 MB
Jumlah Instalasi 405
Versi Saat Ini 0.32
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2022-05-18
Pengembang QuidVIsta
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.msgboxx.io/
URL Halaman Kebijakan Privasi https://www.msgboxx.io/privacy-policy.html
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}