G Map Extractor

Google Map Data Extractor tool

Wat is G Map Extractor?

G Map Extractor is een Chrome-extensie ontwikkeld door easy extrax, en de belangrijkste functie is "Google Map Data Extractor tool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie G Map Extractor

Download G Map Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Google map Data Extractor is software that can extract information such as title, phone number, email etc...                    

Basisinformatie over de Extensie

Naam G Map Extractor G Map Extractor
ID kpffmkimdhpchedcaehlhcibdpepcdmj
Officiële URL https://chrome.google.com/webstore/detail/g-map-extractor/kpffmkimdhpchedcaehlhcibdpepcdmj
Beschrijving Google Map Data Extractor tool
Bestandsgrootte 218 KB
Aantal Installaties 183
Huidige Versie 1.6
Laatst Bijgewerkt 2022-02-24
Publicatiedatum 2021-02-10
Ontwikkelaar easy extrax
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "G Map Extractor",
    "description": "Google Map Data Extractor tool",
    "version": "1.6",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "html\/index.html",
        "default_title": "G Map Extractor"
    },
    "options_page": "html\/option.html",
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "downloads",
        "browsingData",
        "https:\/\/www.google.com\/*",
        "*:\/\/goyral.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?tbm*"
            ],
            "run_at": "document_end"
        }
    ]
}