Plus Helper

Connect with your WhatsApp accounts

What is Plus Helper?

Plus Helper is a Chrome extension developed by http://www.aakashinfo.com, and its main feature is "Connect with your WhatsApp accounts".

Extension Screenshots

screenshot
screenshot

Download Plus Helper Extension CRX File

Download Plus Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Plus Helper is an helper extension for WhatsApp that helps Plus,Kishan,Pharmacare,Dalal Accounting Software users to integrate their WhatsApp accounts with Software.                    

Extension Basic Information

Name Plus Helper Plus Helper
ID ghlfladinekdodemfmmpnijckaifbgoa
Official URL https://chrome.google.com/webstore/detail/ghlfladinekdodemfmmpnijckaifbgoa
Description Connect with your WhatsApp accounts
File Size 43.82 KB
Installation Count 3,507
Current Version 1.3
Last Updated 2019-09-02
Publish Date 2019-09-01
Rating 5.00/5 Total 3 Ratings
Developer http://www.aakashinfo.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://aakashinfo.com/terms.htm
Supported Languages 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"
    ]
}