waSeller

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

What is waSeller?

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

Extension Screenshots

screenshot
screenshot

Download waSeller Extension CRX File

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

                        WaSeller é um plugin que transforma seu whatsapp web em um CRM com diversas funcionaldiades!

Use gratuitamente e se surpreenda!                    

Extension Basic Information

Name waSeller waSeller
ID illemhbijpiebjfilfmgebahaakajkpe
Official URL https://chromewebstore.google.com/detail/waseller/illemhbijpiebjfilfmgebahaakajkpe
Description waSeller é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web
File Size 1.39 MB
Installation Count 8,000
Current Version 5.3.1
Last Updated 2024-03-04
Publish Date 2023-05-31
Rating 4.73/5 Total 22 Ratings
Developer watidy
Email [email protected]
Payment Type free
Privacy Policy Page URL https://watidy.com/privacy-policy
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "waSeller",
    "version": "5.3.1",
    "description": "waSeller \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\/waSeller.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"
    ]
}