msgboxx

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

Vad är msgboxx?

msgboxx är en Chrome-tillägg utvecklad av QuidVIsta, och dess huvudfunktion är "Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…".

Tilläggsskärmbilder

screenshot

Ladda ner msgboxx-förlängningens CRX-fil

Ladda ner msgboxx-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn msgboxx msgboxx
ID fmocdhfkcnnmkfbieenfnifpifcinfoe
Officiell webbadress https://chromewebstore.google.com/detail/msgboxx/fmocdhfkcnnmkfbieenfnifpifcinfoe
Beskrivning Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…
Filstorlek 13.24 MB
Antal Installationer 405
Aktuell Version 0.32
Senast Uppdaterad 2024-02-23
Publiceringsdatum 2022-05-18
Utvecklare QuidVIsta
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.msgboxx.io/
URL till Sekretesspolicy Sidan https://www.msgboxx.io/privacy-policy.html
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}