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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}