Lopix - Gmaps Leads

Captura Leads a partir dos locais do Google Maps

Was ist Lopix - Gmaps Leads?

Lopix - Gmaps Leads ist eine Chrome-Erweiterung, die von marcus2vinicius entwickelt wurde, und ihr Hauptmerkmal ist "Captura Leads a partir dos locais do Google Maps".

Erweiterungsscreenshots

screenshot

Lopix - Gmaps Leads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lopix - Gmaps Leads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lopix - Gmaps Leads Lopix - Gmaps Leads
ID belcijebbclhglnfiopddgghmcklkkgj
Offizielle URL https://chromewebstore.google.com/detail/lopix-gmaps-leads/belcijebbclhglnfiopddgghmcklkkgj
Beschreibung Captura Leads a partir dos locais do Google Maps
Dateigröße 646 KB
Installationsanzahl 187
Aktuelle Version 1.2
Letztes Update 2022-03-08
Veröffentlichungsdatum 2022-03-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler marcus2vinicius
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lopix.com.br/
Hilfeseite URL https://pay.kiwify.com.br/omEK0uu
Unterstützte Sprachen 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"
}