Google Map Lead Extractor

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

Google Map Lead Extractor là gì?

Google Map Lead Extractor là một tiện ích mở rộng Chrome được phát triển bởi Appwrk, và tính năng chính của nó là "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Map Lead Extractor

Tải xuống các tệp mở rộng Google Map Lead Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Map Lead Extractor Google Map Lead Extractor
ID hjjhghbjdlgmnmabelmljpdbmadkhinn
URL Chính Thức https://chrome.google.com/webstore/detail/google-map-lead-extractor/hjjhghbjdlgmnmabelmljpdbmadkhinn
Mô tả Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.
Kích Thước Tệp 18.49 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-10-06
Ngày Phát Hành 2021-10-06
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Appwrk
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://m1.appwrk.com/google-map-extractor/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}