Lopix - Gmaps Leads
Captura Leads a partir dos locais do Google Maps
Lopix - Gmaps Leads là gì?
Lopix - Gmaps Leads là một tiện ích mở rộng Chrome được phát triển bởi marcus2vinicius, và tính năng chính của nó là "Captura Leads a partir dos locais do Google Maps".
Ả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 Lopix - Gmaps Leads
Tải xuống các tệp mở rộng Lopix - Gmaps Leads 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
Captura Leads a partir dos locais do Google Maps. Funciona muito simples: Basta colocar as palavras chaves no google maps e automaticamente irá aparecer os leads disponíveis para download. É possível efetuar download em csv e xlsx.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lopix - Gmaps Leads |
ID | belcijebbclhglnfiopddgghmcklkkgj |
URL Chính Thức | https://chromewebstore.google.com/detail/lopix-gmaps-leads/belcijebbclhglnfiopddgghmcklkkgj |
Mô tả | Captura Leads a partir dos locais do Google Maps |
Kích Thước Tệp | 646 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-03-08 |
Ngày Phát Hành | 2022-03-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | marcus2vinicius |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.lopix.com.br/ |
URL Trang Trợ Giúp | https://pay.kiwify.com.br/omEK0uu |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lopix - Gmaps Leads", "description": "Captura Leads a partir dos locais do Google Maps", "version": "1.2", "host_permissions": [ "https:\/\/www.google.com.br\/**" ], "icons": { "128": "icons\/lopix-logo-128.png", "16": "icons\/lopix-logo-16.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage", "webRequest", "tabs" ], "action": { "default_icon": { "16": "icons\/lopix-logo-16.png" }, "default_title": "Lopix - Gmaps Leads", "default_popup": "html\/popup.html" }, "default_locale": "pt_BR" } |