Plus Helper
Connect with your WhatsApp accounts
Cos'è Plus Helper?
Plus Helper è un'estensione di Chrome sviluppata da http://www.aakashinfo.com, e la sua funzione principale è "Connect with your WhatsApp accounts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plus Helper
Scarica i file di estensione Plus Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Plus Helper is an helper extension for WhatsApp that helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to integrate their WhatsApp accounts with Software.
Informazioni di Base sull'Estensione
Nome | |
ID | ghlfladinekdodemfmmpnijckaifbgoa |
URL Ufficiale | https://chrome.google.com/webstore/detail/ghlfladinekdodemfmmpnijckaifbgoa |
Descrizione | Connect with your WhatsApp accounts |
Dimensione del File | 43.82 KB |
Conteggio Installazioni | 3,507 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-09-02 |
Data di Pubblicazione | 2019-09-01 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://www.aakashinfo.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://aakashinfo.com/terms.htm |
Lingue Supportate | 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" ] } |