Plus Helper
Connect with your WhatsApp accounts
Wat is Plus Helper?
Plus Helper is een Chrome-extensie ontwikkeld door http://www.aakashinfo.com, en de belangrijkste functie is "Connect with your WhatsApp accounts".
Extensie Screenshots
Download het CRX-bestand van de extensie Plus Helper
Download Plus Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Plus Helper is an helper extension for WhatsApp that helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to integrate their WhatsApp accounts with Software.
Basisinformatie over de Extensie
Naam | |
ID | ghlfladinekdodemfmmpnijckaifbgoa |
Officiële URL | https://chrome.google.com/webstore/detail/ghlfladinekdodemfmmpnijckaifbgoa |
Beschrijving | Connect with your WhatsApp accounts |
Bestandsgrootte | 43.82 KB |
Aantal Installaties | 3,507 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-09-02 |
Publicatiedatum | 2019-09-01 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://www.aakashinfo.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://aakashinfo.com/terms.htm |
Ondersteunde Talen | 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" ] } |