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 هو إضافة Chrome تم تطويرها بواسطة Appwrk، والميزة الرئيسية لها هي "Extract Name, Address, Phone Number and reviews from Google Map with Google map lead extractor.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Map Lead Extractor

قم بتنزيل ملفات الامتداد Google Map Lead Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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'"
}