msgboxx

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

msgboxxとは何ですか?

msgboxxはQuidVIstaによって開発されたChromeの拡張機能で、その主な機能は「Chome extension to quickly and easily allow you to send WhatsApp template messages using the msgboxx platform from inside your…」です。

拡張機能のスクリーンショット

screenshot

msgboxx拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}