Lopix - Gmaps Leads
Captura Leads a partir dos locais do Google Maps
Apa itu Lopix - Gmaps Leads?
Lopix - Gmaps Leads adalah ekstensi Chrome yang dikembangkan oleh marcus2vinicius, dan fitur utamanya adalah "Captura Leads a partir dos locais do Google Maps".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lopix - Gmaps Leads
Unduh file ekstensi Lopix - Gmaps Leads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | belcijebbclhglnfiopddgghmcklkkgj |
| URL Resmi | https://chromewebstore.google.com/detail/lopix-gmaps-leads/belcijebbclhglnfiopddgghmcklkkgj |
| Deskripsi | Captura Leads a partir dos locais do Google Maps |
| Ukuran File | 646 KB |
| Jumlah Instalasi | 187 |
| Versi Saat Ini | 1.2 |
| Terakhir Diperbarui | 2022-03-08 |
| Tanggal Publikasi | 2022-03-08 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | marcus2vinicius |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://www.lopix.com.br/ |
| URL Halaman Bantuan | https://pay.kiwify.com.br/omEK0uu |
| Bahasa yang Didukung | 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"
} | |