Directorio Google Maps

Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!

What is Directorio Google Maps?

Directorio Google Maps is a Chrome extension developed by Cesar Amezcua, and its main feature is "Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Directorio Google Maps Extension CRX File

Download Directorio Google Maps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!

Instala la extensión
Realiza tu búsqueda en google maps
Descarga tu archivo csv

¡Gracias por tu donativo!                    

Extension Basic Information

Name Directorio Google Maps Directorio Google Maps
ID hfpgnmhdppfhmkmblcglofiejjcikdlp
Official URL https://chromewebstore.google.com/detail/directorio-google-maps/hfpgnmhdppfhmkmblcglofiejjcikdlp
Description Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!
File Size 21.7 KB
Installation Count 89
Current Version 1.1
Last Updated 2017-12-08
Publish Date 2017-12-07
Rating 4.75/5 Total 4 Ratings
Developer Cesar Amezcua
Email [email protected]
Payment Type free
Extension Website http://asere.com.mx/
Help Page URL http://asere.com.mx/
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Directorio Google Maps",
    "short_name": "Directorio Google Maps",
    "author": "C\u00e9sar Amezcua",
    "description": "Genera un .csv con la informaci\u00f3n que estas navegando en Google Maps \u00a1GRATIS!",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Maps.html"
    },
    "permissions": [
        "https:\/\/www.google.com.mx\/",
        "webRequestBlocking",
        "storage",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "background": {
        "page": "background_page.html"
    }
}