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