BootComp

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

What is BootComp?

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

Extension Screenshots

Download BootComp Extension CRX File

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

                        Bootcomp é uma solução para qualquer empresa                    

Extension Basic Information

Name BootComp BootComp
ID kmipafdabbpmampkcconideakdacmaln
Official URL https://chromewebstore.google.com/detail/bootcomp/kmipafdabbpmampkcconideakdacmaln
Description BootComp é um CRM para WhatsApp Web. Organize seus chats e otimize seus negócios no WhatsApp Web
File Size 1.38 MB
Installation Count 53
Current Version 5.3.1
Last Updated 2024-03-04
Publish Date 2023-05-24
Rating 5.00/5 Total 1 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": "BootComp",
    "version": "5.3.1",
    "description": "BootComp \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\/BootComp.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"
    ]
}