WhatsEZ

WhatsEZ.id - WA Marketing Tools

What is WhatsEZ?

WhatsEZ is a Chrome extension developed by WhatsEZ, and its main feature is "WhatsEZ.id - WA Marketing Tools".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WhatsEZ Extension CRX File

Download WhatsEZ 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

                        WhatsEZis a Marketing Tools for WhatsApp that allows you to integrate your WhatsApp accounts                    

Extension Basic Information

Name WhatsEZ WhatsEZ
ID pjdmfcogdkjdefchfgbnpmbjbfbhafmb
Official URL https://chrome.google.com/webstore/detail/whatsez/pjdmfcogdkjdefchfgbnpmbjbfbhafmb
Description WhatsEZ.id - WA Marketing Tools
File Size 23.81 KB
Installation Count 85
Current Version 1.1.2
Last Updated 2019-12-02
Publish Date 2019-11-28
Developer WhatsEZ
Email [email protected]
Payment Type in_app
Extension Website https://whatsez.id/
Help Page URL https://whatsez.id/terms.html
Privacy Policy Page URL https://whatsez.id/terms.html
Supported Languages id
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "config.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48_off.png",
        "default_popup": "settings_popup.html",
        "default_title": "WhatsEZ"
    },
    "content_scripts": [
        {
            "js": [
                "config.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "WhatsEZ.id - WA Marketing Tools",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "WhatsEZ",
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "web_accessible_resources": [
        "client.js"
    ]
}