Lopix - Gmaps Leads
Captura Leads a partir dos locais do Google Maps
什么是Lopix - Gmaps Leads?
Lopix - Gmaps Leads是由marcus2vinicius开发的Chrome扩展程序,该扩展的主要功能是“Captura Leads a partir dos locais do Google Maps”。
扩展截图
下载Lopix - Gmaps Leads扩展crx文件
下载Lopix - Gmaps Leads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | belcijebbclhglnfiopddgghmcklkkgj |
| 官方URL | https://chromewebstore.google.com/detail/lopix-gmaps-leads/belcijebbclhglnfiopddgghmcklkkgj |
| 简介 | Captura Leads a partir dos locais do Google Maps |
| 文件大小 | 646 KB |
| 安装次数 | 187 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-03-08 |
| 上架时间 | 2022-03-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | marcus2vinicius |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.lopix.com.br/ |
| 帮助页面URL | https://pay.kiwify.com.br/omEK0uu |
| 支持的语言 | 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"
} | |