Google Maps Extractor
Get Leads using Google Maps Extractor.
What is Google Maps Extractor?
Google Maps Extractor is a Chrome extension developed by Marketing Softwares, and its main feature is "Get Leads using Google Maps Extractor.".
Extension Screenshots
Download Google Maps Extractor Extension CRX File
Download Google Maps Extractor 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
A simple chrome extension to get the leads you always wanted through Google Maps extractor.
Extension Basic Information
Name | |
ID | amllkmmpkiinmekifppnhpfpfaofpnfk |
Official URL | https://chrome.google.com/webstore/detail/google-maps-extractor/amllkmmpkiinmekifppnhpfpfaofpnfk |
Description | Get Leads using Google Maps Extractor. |
File Size | 320 KB |
Installation Count | 566 |
Current Version | 5.1.0 |
Last Updated | 2021-11-15 |
Publish Date | 2021-08-18 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Marketing Softwares |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing |
Supported Languages | 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": "Google Maps Extractor", "permissions": [ "storage", "tabs", "webRequest", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/*\/maps\/*", "https:\/\/hsdigitalsolution.in\/extractor\/api\/google_extension.php" ], "version": "5.1.0" } |