waboxapp

waboxapp.com - Connect with your IM accounts

waboxappとは何ですか?

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

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

screenshot
screenshot

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

waboxapp拡張子のファイルを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 waboxapp
ID mgaecjklgnbkkdfnfpncgnogplnjjcdh
公式URL https://chromewebstore.google.com/detail/waboxapp/mgaecjklgnbkkdfnfpncgnogplnjjcdh
説明 waboxapp.com - Connect with your IM accounts
ファイルサイズ 23.77 KB
インストール数 15,386
現在のバージョン 3.5.3
最終更新日 2022-02-28
公開日 2020-06-05
評価 2.76/5 合計 42 レビュー
開発者 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": 2,
    "name": "waboxapp",
    "version": "3.5.3",
    "description": "waboxapp.com - Connect with your IM accounts",
    "browser_action": {
        "default_icon": "icon48_off.png",
        "default_popup": "settings_popup.html",
        "default_title": "waboxapp"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "config.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "settings.html",
    "web_accessible_resources": [
        "client.js"
    ],
    "background": {
        "scripts": [
            "config.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.whatsapp.*\/*",
        "https:\/\/*.whatsapp.*\/*"
    ]
}