G-Recorder
Google Maps Search Recorder
G-Recorderとは何ですか?
G-Recorderはiklimbovによって開発されたChromeの拡張機能で、その主な機能は「Google Maps Search Recorder」です。
拡張機能のスクリーンショット
G-Recorder拡張機能のCRXファイルをダウンロード
G-Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |