Perfect Map Extractor
Extractor google map data and save into excel file
Perfect Map Extractor क्या है?
Perfect Map Extractor Perfect Store द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extractor google map data and save into excel file"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Perfect Map Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |