Directorio Google Maps

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

Directorio Google Maps란 무엇입니까?

Directorio Google Maps은(는) Cesar Amezcua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Directorio Google Maps 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Directorio Google Maps Directorio Google Maps
ID hfpgnmhdppfhmkmblcglofiejjcikdlp
공식 URL https://chromewebstore.google.com/detail/directorio-google-maps/hfpgnmhdppfhmkmblcglofiejjcikdlp
설명 Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!
파일 크기 21.7 KB
설치 횟수 89
현재 버전 1.1
최근 업데이트 2017-12-08
출시 날짜 2017-12-07
평점 4.75/5 총 4 개의 평점
개발자 Cesar Amezcua
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://asere.com.mx/
도움말 페이지 URL http://asere.com.mx/
지원되는 언어 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"
    }
}