Painel do Corretor
Extensão para navegador do Painel do Corretor.
Что такое Painel do Corretor?
Painel do Corretor - это расширение Chrome, разработанное Trindade Tecnologia, и его основная функция - "Extensão para navegador do Painel do Corretor.".
Снимки экрана расширения
Скачать файл CRX расширения Painel do Corretor
Скачайте файлы расширений 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 |
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" } } |