Perfect Map Extractor

Extractor google map data and save into excel file

Perfect Map Extractorとは何ですか?

Perfect Map ExtractorはPerfect Storeによって開発されたChromeの拡張機能で、その主な機能は「Extractor google map data and save into excel file」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Perfect Map Extractor拡張機能のCRXファイルをダウンロード

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