Plus Helper

Connect with your WhatsApp accounts

Plus Helper là gì?

Plus Helper là một tiện ích mở rộng Chrome được phát triển bởi http://www.aakashinfo.com, và tính năng chính của nó là "Connect with your WhatsApp accounts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plus Helper

Tải xuống các tệp mở rộng Plus Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plus Helper Plus Helper
ID ghlfladinekdodemfmmpnijckaifbgoa
URL Chính Thức https://chrome.google.com/webstore/detail/ghlfladinekdodemfmmpnijckaifbgoa
Mô tả Connect with your WhatsApp accounts
Kích Thước Tệp 43.82 KB
Số Lần Cài Đặt 3,507
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-09-02
Ngày Phát Hành 2019-09-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.aakashinfo.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://aakashinfo.com/terms.htm
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}