Perfect Map Extractor

Extractor google map data and save into excel file

Что такое Perfect Map Extractor?

Perfect Map Extractor - это расширение Chrome, разработанное Perfect Store, и его основная функция - "Extractor google map data and save into excel file".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Perfect Map Extractor

Скачайте файлы расширений Perfect Map Extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extension that provide you data that you want about nearby shops, restaurant, bar, etc. Extension give you approx 50 data in a minutes & that is enough great for you to encourage your business height & possibilities. All data are basis of Google Map listing data we collect data based on google map. So, whatever you search if present or listing on G. Map than we can provide you data. Most important thing accuracy of data providing by us so don't worry about accuracy we accurate like google's accurate.

key Features.
1. All searches searched by you saved for your future use.
2. History searched data can be download anytime you want.
3. You can download results in between search running.                    

Основная информация о расширении

Название Perfect Map Extractor Perfect Map Extractor
ID kjagodchadoomkfbcigeaokffogfgenk
Официальный URL https://chrome.google.com/webstore/detail/perfect-map-extractor/kjagodchadoomkfbcigeaokffogfgenk
Описание Extractor google map data and save into excel file
Размер файла 106 KB
Количество установок 413
Текущая Версия 1.4
Последнее Обновление 2020-07-21
Дата публикации 2020-04-26
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Perfect Store
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.pswebsoft.com
URL страницы политики конфиденциальности http://pswebsoft.com/extractmap/privacy-policy.php
Поддерживаемые языки en
manifest.json
{
    "manifest_version": 2,
    "name": "Perfect Map Extractor",
    "description": "Extractor google map data and save into excel file",
    "version": "1.4",
    "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": "Perfect Map Extractor"
    },
    "options_page": "html\/option.html",
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/pswebsoft.com\/*",
        "*:\/\/psmart.in\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?tbm*"
            ],
            "run_at": "document_end"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}