Painel do Corretor

Extensão para navegador do Painel do Corretor.

Painel do Corretorとは何ですか?

Painel do CorretorはTrindade Tecnologiaによって開発されたChromeの拡張機能で、その主な機能は「Extensão para navegador do Painel do Corretor.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Painel do Corretor拡張機能のCRXファイルをダウンロード

Painel do Corretor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Painel do Corretor Painel do Corretor
ID icfiljginbdjljoncnkpiblbiboimeag
公式URL https://chromewebstore.google.com/detail/painel-do-corretor/icfiljginbdjljoncnkpiblbiboimeag
説明 Extensão para navegador do Painel do Corretor.
ファイルサイズ 2.34 MB
インストール数 999
現在のバージョン 1.0.4
最終更新日 2023-11-30
公開日 2023-01-04
評価 3.00/5 合計 2 レビュー
開発者 Trindade Tecnologia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://paineldocorretor.com.br/
ヘルプページのURL https://paineldocorretor.com.br/abertura-de-ticket/
プライバシーポリシーページのURL https://paineldocorretor.com.br/politica-de-privacidade
対応言語 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"
    }
}