G Map Extractor

Google Map Data Extractor tool

G Map Extractor란 무엇입니까?

G Map Extractor은(는) easy extrax에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Map Data Extractor tool"입니다.

확장 프로그램 스크린샷

screenshot

G Map Extractor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 G Map Extractor G Map Extractor
ID kpffmkimdhpchedcaehlhcibdpepcdmj
공식 URL https://chrome.google.com/webstore/detail/g-map-extractor/kpffmkimdhpchedcaehlhcibdpepcdmj
설명 Google Map Data Extractor tool
파일 크기 218 KB
설치 횟수 183
현재 버전 1.6
최근 업데이트 2022-02-24
출시 날짜 2021-02-10
개발자 easy extrax
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    ]
}