G Map Extractor

Google Map Data Extractor tool

Qu'est-ce que G Map Extractor ?

G Map Extractor est une extension Chrome développée par easy extrax, et sa fonction principale est "Google Map Data Extractor tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension G Map Extractor

Téléchargez les fichiers d'extension G Map Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom G Map Extractor G Map Extractor
ID kpffmkimdhpchedcaehlhcibdpepcdmj
URL Officiel https://chrome.google.com/webstore/detail/g-map-extractor/kpffmkimdhpchedcaehlhcibdpepcdmj
Description Google Map Data Extractor tool
Taille du Fichier 218 KB
Nombre d'Installations 183
Version Actuelle 1.6
Dernière Mise à Jour 2022-02-24
Date de Publication 2021-02-10
Développeur easy extrax
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}