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 |
Eメール | [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" ] } |