G-Recorder

Google Maps Search Recorder

Cos'è G-Recorder?

G-Recorder è un'estensione di Chrome sviluppata da iklimbov, e la sua funzione principale è "Google Maps Search Recorder".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione G-Recorder

Scarica i file di estensione G-Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Google Maps search recorder/scraper.  

When enabled, search results are downloadable as CVS or can be opened as a table in a new browser tab.  

Google Maps fields saved:
Name, address, location, website, phone, etc.

In addition, quick search links are provided for some of the most popular business sites, such as LinkedIn, Indeed, Yelp, Hunter.  

This small Chrome extension will help to distress workflow of lead database creation and similar research on Google maps.                    

Informazioni di Base sull'Estensione

Nome G-Recorder G-Recorder
ID oihlifnmcjcopebppcggkaoicelhkcgk
URL Ufficiale https://chromewebstore.google.com/detail/g-recorder/oihlifnmcjcopebppcggkaoicelhkcgk
Descrizione Google Maps Search Recorder
Dimensione del File 5.13 MB
Conteggio Installazioni 507
Versione Corrente 1.005
Ultimo Aggiornamento 2022-06-04
Data di Pubblicazione 2020-07-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore iklimbov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "29",
    "version": "1.005",
    "name": "G-Recorder",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "https:\/\/www.google.com\/maps\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            ".\/assets\/js\/reader.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Google Maps Search Recorder",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    }
}