Painel do Corretor
Extensão para navegador do Painel do Corretor.
Wat is Painel do Corretor?
Painel do Corretor is een Chrome-extensie ontwikkeld door Trindade Tecnologia, en de belangrijkste functie is "Extensão para navegador do Painel do Corretor.".
Extensie Screenshots
Download het CRX-bestand van de extensie Painel do Corretor
Download Painel do Corretor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Painel do Corretor |
ID | icfiljginbdjljoncnkpiblbiboimeag |
Officiële URL | https://chromewebstore.google.com/detail/painel-do-corretor/icfiljginbdjljoncnkpiblbiboimeag |
Beschrijving | Extensão para navegador do Painel do Corretor. |
Bestandsgrootte | 2.34 MB |
Aantal Installaties | 999 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-11-30 |
Publicatiedatum | 2023-01-04 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Trindade Tecnologia |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://paineldocorretor.com.br/ |
Help Pagina-URL | https://paineldocorretor.com.br/abertura-de-ticket/ |
URL van de Privacybeleid Pagina | https://paineldocorretor.com.br/politica-de-privacidade |
Ondersteunde Talen | 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" } } |