G-Recorder
Google Maps Search Recorder
G-Recorder क्या है?
G-Recorder iklimbov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google Maps Search Recorder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में G-Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Maps search recorder/scraper. When enabled, search results are downloadable as CVS or can be opened as a table in a new browser tab. Google Maps fields saved: Name, address, location, website, phone, etc. In addition, quick search links are provided for some of the most popular business sites, such as LinkedIn, Indeed, Yelp, Hunter. This small Chrome extension will help to distress workflow of lead database creation and similar research on Google maps.
एक्सटेंशन की मूल जानकारी
नाम | G-Recorder |
ID | oihlifnmcjcopebppcggkaoicelhkcgk |
आधिकारिक URL | https://chromewebstore.google.com/detail/g-recorder/oihlifnmcjcopebppcggkaoicelhkcgk |
विवरण | Google Maps Search Recorder |
फ़ाइल का आकार | 5.13 MB |
स्थापना संख्या | 507 |
वर्तमान संस्करण | 1.005 |
अंतिम अपडेट | 2022-06-04 |
प्रकाशन तिथि | 2020-07-18 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | iklimbov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "29", "version": "1.005", "name": "G-Recorder", "default_locale": "en", "permissions": [ "storage", "webRequest", "downloads", "https:\/\/www.google.com\/maps\/*" ], "background": { "persistent": true, "scripts": [ ".\/assets\/js\/reader.js" ] }, "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Google Maps Search Recorder", "icons": { "128": "assets\/images\/icon_128.png" } } |