WA

WA é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web

What is WA?

WA is a Chrome extension developed by watidy, and its main feature is "WA é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web".

Extension Screenshots

screenshot

Download WA Extension CRX File

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

                                            

Extension Basic Information

Name WA WA
ID ojcllaigkeajeghbikbdanpoegecfikj
Official URL https://chromewebstore.google.com/detail/empty-title/ojcllaigkeajeghbikbdanpoegecfikj
Description WA é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web
File Size 1.34 MB
Installation Count 65
Current Version 5.4.6.1
Last Updated 2024-03-01
Publish Date 2023-07-05
Rating 3.00/5 Total 3 Ratings
Developer watidy
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://watidy.com/privacy-policy
Supported Languages
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WA",
    "version": "5.4.6.1",
    "description": "WA \u00e9 um CRM para WhatsApp Web. Organize seus chats e otimize seus neg\u00f3cios no WhatsApp Web",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_icon": "label\/icons\/icon.png"
    },
    "icons": {
        "128": "label\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js",
                "assets\/libs\/micRecorder.js"
            ],
            "css": [
                "label\/css\/WA.css",
                "assets\/css\/Contentstyle.chunk.css",
                "assets\/css\/Main.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "label\/*.json",
                "label\/*.png",
                "src\/**\/*.js",
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/**\/*.mp3",
                "assets\/**\/.ttf",
                "assets\/libs\/*.js",
                "src\/pages\/controllerWPP\/index.js",
                "src\/pages\/crm\/*\/*.js",
                "src\/pages\/crm\/index.js ",
                "src\/pages\/crm\/index.html ",
                "src\/pages\/crm\/svgs\/*.svg",
                "src\/pages\/crm\/svgs\/img\/*.svg",
                "src\/pages\/crm\/svgs\/icons\/*.png"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "storage",
        "alarms",
        "tabs"
    ]
}