ABC G-Maps Extractor
Get Leads using Google Maps Extractor.
ABC G-Maps Extractor란 무엇입니까?
ABC G-Maps Extractor은(는) ABC Marketing Soft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Leads using Google Maps Extractor."입니다.
확장 프로그램 스크린샷
ABC G-Maps Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ABC Google Map Extractor scrape businesses from Google Maps. The most powerful Google Maps scraping tool to instantly generate a ton of leads, anywhere in the world. This google maps extractor tool extracts name, address, phone number, email, website, and more from companies. * Find leads for you business in any industry across all countries * Qualify leads faster than ever before * Increase productivity by reducing hours spent looking for leads This is the fastest way to extract valuable leads from businesses (e.g., web designers in Delhi, bicycle shops in Patna, restaurants in New York, etc.) How it works? All you have to do is use Google Maps like you normally do, while the extension scrapes the business listings automatically in the background - ready to be downloaded when you open up the extension. Ran into any issues? Contact us at [email protected] You can use the TRIAL version (2 Days) to see how the google maps extractor tool works and decide to upgrade to our Premium Plan. DISCLAIMER: The extractor will NOT attempt to offload, distribute, broadcast, sell or in any way share collected data. We designed Leads Extractor with the privacy of the user's data in mind.
확장 프로그램 기본 정보
이름 | |
ID | modfddidebojgfflfomghfeafnbohcda |
공식 URL | https://chrome.google.com/webstore/detail/abc-g-maps-extractor/modfddidebojgfflfomghfeafnbohcda |
설명 | Get Leads using Google Maps Extractor. |
파일 크기 | 328 KB |
설치 횟수 | 73 |
현재 버전 | 5.2.0 |
최근 업데이트 | 2021-12-05 |
출시 날짜 | 2021-11-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | ABC Marketing Soft |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://abcmarketing.in |
도움말 페이지 URL | https://abcmarketing.in |
개인정보 보호 정책 페이지 URL | https://abcmarketing.in/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ ".\/assets\/js\/_extractor.js", ".\/assets\/js\/components\/lodash.js", ".\/assets\/js\/jquery.min.js", ".\/assets\/js\/core.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/assets\/js\/_extractor.js", ".\/assets\/js\/components\/lodash.js" ], "matches": [ "https:\/\/*\/maps\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/vetsandpets.pl https:\/\/ssl.google-analytics.com https:\/\/*.parastorage.com; object-src 'self'", "description": "Get Leads using Google Maps Extractor.", "icons": { "128": "logo_google.png" }, "manifest_version": 2, "minimum_chrome_version": "29", "name": "ABC G-Maps Extractor", "permissions": [ "storage", "tabs", "webRequest", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/*\/maps\/*", "https:\/\/hsdigitalsolution.in\/extractor\/api\/google_extension.php" ], "version": "5.2.0" } |