Painel do Corretor

Extensão para navegador do Painel do Corretor.

What is Painel do Corretor?

Painel do Corretor is a Chrome extension developed by Trindade Tecnologia, and its main feature is "Extensão para navegador do Painel do Corretor.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Painel do Corretor Extension CRX File

Download Painel do Corretor 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

                        Você é corretor de seguros e vende pela internet? 
O Painel do Corretor aumenta sua produtividade exibindo as informações de seus contatos diretamente no WhatsApp!                    

Extension Basic Information

Name Painel do Corretor Painel do Corretor
ID icfiljginbdjljoncnkpiblbiboimeag
Official URL https://chromewebstore.google.com/detail/painel-do-corretor/icfiljginbdjljoncnkpiblbiboimeag
Description Extensão para navegador do Painel do Corretor.
File Size 2.34 MB
Installation Count 999
Current Version 1.0.4
Last Updated 2023-11-30
Publish Date 2023-01-04
Rating 3.00/5 Total 2 Ratings
Developer Trindade Tecnologia
Email [email protected]
Payment Type free
Extension Website https://paineldocorretor.com.br/
Help Page URL https://paineldocorretor.com.br/abertura-de-ticket/
Privacy Policy Page URL https://paineldocorretor.com.br/politica-de-privacidade
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Painel do Corretor",
    "version": "1.0.4",
    "description": "Extens\u00e3o para navegador do Painel do Corretor.",
    "manifest_version": 3,
    "author": "Trindade Tecnologia",
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "index.html",
                "favicon.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Painel do corretor"
    },
    "icons": {
        "128": "favicon.png"
    }
}