Plus Helper

Connect with your WhatsApp accounts

Co to jest Plus Helper?

Plus Helper to rozszerzenie Chrome opracowane przez http://www.aakashinfo.com, a jego główną funkcją jest „Connect with your WhatsApp accounts”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Plus Helper

Pobierz pliki rozszerzeń Plus Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Plus Helper Plus Helper
ID ghlfladinekdodemfmmpnijckaifbgoa
Oficjalny URL https://chrome.google.com/webstore/detail/ghlfladinekdodemfmmpnijckaifbgoa
Opis Connect with your WhatsApp accounts
Rozmiar pliku 43.82 KB
Liczba instalacji 3,507
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2019-09-02
Data Publikacji 2019-09-01
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper http://www.aakashinfo.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://aakashinfo.com/terms.htm
Obsługiwane Języki 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"
    ]
}