Painel do Corretor
Extensão para navegador do Painel do Corretor.
Was ist Painel do Corretor?
Painel do Corretor ist eine Chrome-Erweiterung, die von Trindade Tecnologia entwickelt wurde, und ihr Hauptmerkmal ist "Extensão para navegador do Painel do Corretor.".
Erweiterungsscreenshots
Painel do Corretor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Painel do Corretor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | icfiljginbdjljoncnkpiblbiboimeag |
| Offizielle URL | https://chromewebstore.google.com/detail/painel-do-corretor/icfiljginbdjljoncnkpiblbiboimeag |
| Beschreibung | Extensão para navegador do Painel do Corretor. |
| Dateigröße | 2.34 MB |
| Installationsanzahl | 999 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2023-11-30 |
| Veröffentlichungsdatum | 2023-01-04 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Trindade Tecnologia |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://paineldocorretor.com.br/ |
| Hilfeseite URL | https://paineldocorretor.com.br/abertura-de-ticket/ |
| URL der Datenschutzrichtlinien-Seite | https://paineldocorretor.com.br/politica-de-privacidade |
| Unterstützte Sprachen | 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"
}
} | |