waboxapp
waboxapp.com - Connect with your IM accounts
什么是waboxapp?
waboxapp是由waboxapp开发的Chrome扩展程序,该扩展的主要功能是“waboxapp.com - Connect with your IM accounts”。
扩展截图
下载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 |
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 |
电子邮箱 | [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.*\/*" ] } |