Plus Helper
Connect with your WhatsApp accounts
什么是Plus Helper?
Plus Helper是由http://www.aakashinfo.com开发的Chrome扩展程序,该扩展的主要功能是“Connect with your WhatsApp accounts”。
扩展截图
下载Plus Helper扩展crx文件
下载Plus Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plus Helper is an helper extension for WhatsApp that helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to integrate their WhatsApp accounts with Software.
扩展基本信息
名称 | |
ID | ghlfladinekdodemfmmpnijckaifbgoa |
官方URL | https://chrome.google.com/webstore/detail/ghlfladinekdodemfmmpnijckaifbgoa |
简介 | Connect with your WhatsApp accounts |
文件大小 | 43.82 KB |
安装次数 | 3,507 |
当前版本 | 1.3 |
更新时间 | 2019-09-02 |
上架时间 | 2019-09-01 |
评分 | 5.00/5 共3次评分 |
开发者 | http://www.aakashinfo.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://aakashinfo.com/terms.htm |
支持的语言 | en |
manifest.json | |
{ "name": "Plus Helper", "description": "Connect with your WhatsApp accounts", "version": "1.3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "nativeMessaging" ], "content_scripts": [ { "js": [ "script.js", "back.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "pluslogo.png" }, "manifest_version": 2, "web_accessible_resources": [ "f1.js" ] } |