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ファイルをダウンロード

Google Map Lead Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}