Perfect Map Extractor
Extractor google map data and save into excel file
Was ist Perfect Map Extractor?
Perfect Map Extractor ist eine Chrome-Erweiterung, die von Perfect Store entwickelt wurde, und ihr Hauptmerkmal ist "Extractor google map data and save into excel file".
Erweiterungsscreenshots
Perfect Map Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Perfect Map Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kjagodchadoomkfbcigeaokffogfgenk |
Offizielle URL | https://chrome.google.com/webstore/detail/perfect-map-extractor/kjagodchadoomkfbcigeaokffogfgenk |
Beschreibung | Extractor google map data and save into excel file |
Dateigröße | 106 KB |
Installationsanzahl | 413 |
Aktuelle Version | 1.4 |
Letztes Update | 2020-07-21 |
Veröffentlichungsdatum | 2020-04-26 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Perfect Store |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.pswebsoft.com |
URL der Datenschutzrichtlinien-Seite | http://pswebsoft.com/extractmap/privacy-policy.php |
Unterstützte Sprachen | 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" } |