whatsgw

whatsgw.com.br - Automatize sua conta WA

What is whatsgw?

whatsgw is a Chrome extension developed by https://whatsgw.com.br, and its main feature is "whatsgw.com.br - Automatize sua conta WA".

Extension Screenshots

screenshot
screenshot
screenshot

Download whatsgw Extension CRX File

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

                        WhatsGW é uma API para mensagens instantâneas que permite que você integre suas próprias contas WA com seus sistemas e soluções.                    

Extension Basic Information

Name whatsgw whatsgw
ID bcddfclcghmjpkihmjdlnejflhccdjgg
Official URL https://chromewebstore.google.com/detail/whatsgw/bcddfclcghmjpkihmjdlnejflhccdjgg
Description whatsgw.com.br - Automatize sua conta WA
File Size 28.88 KB
Installation Count 3,155
Current Version 1.6.6
Last Updated 2023-11-28
Publish Date 2020-06-07
Rating 3.67/5 Total 3 Ratings
Developer https://whatsgw.com.br
Email [email protected]
Payment Type free
Extension Website https://whatsgw.com.br
Help Page URL https://whatsgw.com.br
Privacy Policy Page URL https://whatsgw.com.br/politica-de-privacidade
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsgw",
    "version": "1.6.6",
    "description": "whatsgw.com.br - Automatize sua conta WA",
    "browser_action": {
        "default_icon": "icon48_off.png",
        "default_popup": "settings_popup.html",
        "default_title": "whatsgw"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "config.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "settings.html",
    "web_accessible_resources": [
        "client.js"
    ],
    "background": {
        "scripts": [
            "config.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.whatsapp.*\/*",
        "https:\/\/*.whatsapp.*\/*"
    ]
}