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
电子邮箱 [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\/*"
    ]
}