Google Map Lead Extractor

Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.

Google Map Lead Extractor란 무엇입니까?

Google Map Lead Extractor은(는) Appwrk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Google Map Lead Extractor 

Our Google Map Lead Extractor tool helps you extract data from google maps search result pages and into MS Excel files.

Use our tool to list the name, address, reviews, along with the contact numbers that help you to get all data at one place.

We are open to feedback and suggestions which can help us to improve our service.

Features:
1. Auto scrolling of the pages.
2. Pagination of the pages.
3. Extract all data from the google search results.
4. Export the data into a csv file.                    

확장 프로그램 기본 정보

이름 Google Map Lead Extractor Google Map Lead Extractor
ID hjjhghbjdlgmnmabelmljpdbmadkhinn
공식 URL https://chrome.google.com/webstore/detail/google-map-lead-extractor/hjjhghbjdlgmnmabelmljpdbmadkhinn
설명 Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.
파일 크기 18.49 KB
설치 횟수 47
현재 버전 1.0.1
최근 업데이트 2021-10-06
출시 날짜 2021-10-06
평점 4.20/5 총 5 개의 평점
개발자 Appwrk
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://m1.appwrk.com/google-map-extractor/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Map Lead Extractor",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "asset\/16.png",
        "32": "asset\/32.png",
        "48": "asset\/48.png",
        "128": "asset\/128.png"
    },
    "permissions": [
        "",
        "declarativeContent"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}