Perfect Map Extractor
Extractor google map data and save into excel file
Perfect Map Extractor란 무엇입니까?
Perfect Map Extractor은(는) Perfect Store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extractor google map data and save into excel file"입니다.
확장 프로그램 스크린샷
Perfect Map Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |