WhatsEZ
WhatsEZ.id - WA Marketing Tools
什么是WhatsEZ?
WhatsEZ是由WhatsEZ开发的Chrome扩展程序,该扩展的主要功能是“WhatsEZ.id - WA Marketing Tools”。
扩展截图
下载WhatsEZ扩展crx文件
下载WhatsEZ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WhatsEZis a Marketing Tools for WhatsApp that allows you to integrate your WhatsApp accounts
扩展基本信息
名称 | |
ID | pjdmfcogdkjdefchfgbnpmbjbfbhafmb |
官方URL | https://chrome.google.com/webstore/detail/whatsez/pjdmfcogdkjdefchfgbnpmbjbfbhafmb |
简介 | WhatsEZ.id - WA Marketing Tools |
文件大小 | 23.81 KB |
安装次数 | 85 |
当前版本 | 1.1.2 |
更新时间 | 2019-12-02 |
上架时间 | 2019-11-28 |
开发者 | WhatsEZ |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://whatsez.id/ |
帮助页面URL | https://whatsez.id/terms.html |
隐私政策页面URL | https://whatsez.id/terms.html |
支持的语言 | id |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "config.js", "background.js" ] }, "browser_action": { "default_icon": "icon48_off.png", "default_popup": "settings_popup.html", "default_title": "WhatsEZ" }, "content_scripts": [ { "js": [ "config.js", "script.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "description": "WhatsEZ.id - WA Marketing Tools", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "WhatsEZ", "options_page": "settings.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "web_accessible_resources": [ "client.js" ] } |