waboxapp MV3

waboxapp.com - Connect with your IM accounts

waboxapp MV3とは何ですか?

waboxapp MV3はwaboxappによって開発されたChromeの拡張機能で、その主な機能は「waboxapp.com - Connect with your IM accounts」です。

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

screenshot
screenshot

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

waboxapp MV3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        waboxapp is an API for Instant Messaging that allows you to integrate your own accounts with your systems and solutions.                    

拡張機能の基本情報

名前 waboxapp MV3 waboxapp MV3
ID kpflbjbcnmdmcahhdjhgbjfaclgefdbd
公式URL https://chromewebstore.google.com/detail/waboxapp-mv3/kpflbjbcnmdmcahhdjhgbjfaclgefdbd
説明 waboxapp.com - Connect with your IM accounts
ファイルサイズ 24.15 KB
インストール数 1,326
現在のバージョン 4.0.3
最終更新日 2023-04-07
公開日 2023-01-23
開発者 waboxapp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.waboxapp.com
プライバシーポリシーページのURL https://www.waboxapp.com/terms
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "waboxapp MV3",
    "version": "4.0.3",
    "description": "waboxapp.com - Connect with your IM accounts",
    "action": {
        "default_icon": "icon48_off.png",
        "default_popup": "settings_popup.html",
        "default_title": "waboxapp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": ".\/settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "client.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ]
}