G-Recorder
Google Maps Search Recorder
What is G-Recorder?
G-Recorder is a Chrome extension developed by iklimbov, and its main feature is "Google Maps Search Recorder".
Extension Screenshots
Download G-Recorder Extension CRX File
Download G-Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | G-Recorder |
ID | oihlifnmcjcopebppcggkaoicelhkcgk |
Official URL | https://chromewebstore.google.com/detail/g-recorder/oihlifnmcjcopebppcggkaoicelhkcgk |
Description | Google Maps Search Recorder |
File Size | 5.13 MB |
Installation Count | 507 |
Current Version | 1.005 |
Last Updated | 2022-06-04 |
Publish Date | 2020-07-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | iklimbov |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |