Painel do Corretor
Extensão para navegador do Painel do Corretor.
Painel do Corretor là gì?
Painel do Corretor là một tiện ích mở rộng Chrome được phát triển bởi Trindade Tecnologia, và tính năng chính của nó là "Extensão para navegador do Painel do Corretor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Painel do Corretor
Tải xuống các tệp mở rộng Painel do Corretor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Painel do Corretor |
ID | icfiljginbdjljoncnkpiblbiboimeag |
URL Chính Thức | https://chromewebstore.google.com/detail/painel-do-corretor/icfiljginbdjljoncnkpiblbiboimeag |
Mô tả | Extensão para navegador do Painel do Corretor. |
Kích Thước Tệp | 2.34 MB |
Số Lần Cài Đặt | 999 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-11-30 |
Ngày Phát Hành | 2023-01-04 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Trindade Tecnologia |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://paineldocorretor.com.br/ |
URL Trang Trợ Giúp | https://paineldocorretor.com.br/abertura-de-ticket/ |
URL Trang Chính Sách Bảo Mật | https://paineldocorretor.com.br/politica-de-privacidade |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |