G-Recorder
Google Maps Search Recorder
G-Recorder란 무엇입니까?
G-Recorder은(는) iklimbov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Maps Search Recorder"입니다.
확장 프로그램 스크린샷
G-Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |