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
官方網址 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\/*"
    ]
}