Painel do Corretor
Extensão para navegador do Painel do Corretor.
Co to jest Painel do Corretor?
Painel do Corretor to rozszerzenie Chrome opracowane przez Trindade Tecnologia, a jego główną funkcją jest „Extensão para navegador do Painel do Corretor.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Painel do Corretor
Pobierz pliki rozszerzeń Painel do Corretor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | icfiljginbdjljoncnkpiblbiboimeag |
| Oficjalny URL | https://chromewebstore.google.com/detail/painel-do-corretor/icfiljginbdjljoncnkpiblbiboimeag |
| Opis | Extensão para navegador do Painel do Corretor. |
| Rozmiar pliku | 2.34 MB |
| Liczba instalacji | 999 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2023-11-30 |
| Data Publikacji | 2023-01-04 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | Trindade Tecnologia |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://paineldocorretor.com.br/ |
| Adres URL Strony Pomocy | https://paineldocorretor.com.br/abertura-de-ticket/ |
| Adres URL Strony Polityki Prywatności | https://paineldocorretor.com.br/politica-de-privacidade |
| Obsługiwane Języki | 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"
}
} | |