WA Biz GMB Lead Extractor
Generate high quality and verified leads registered on Google My Business and Google Maps.
What is WA Biz GMB Lead Extractor?
WA Biz GMB Lead Extractor is a Chrome extension developed by https://wabiz.in, and its main feature is "Generate high quality and verified leads registered on Google My Business and Google Maps.".
Extension Screenshots
Download WA Biz GMB Lead Extractor Extension CRX File
Download WA Biz GMB Lead 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
WA Biz GMB Lead Extractor Helps you to Generate high quality and verified leads registered on Google My Business and Google Maps.
Extension Basic Information
Name | |
ID | mfiioimnpmgmcaklnkjgfjiijpiggefa |
Official URL | https://chrome.google.com/webstore/detail/wa-biz-gmb-lead-extractor/mfiioimnpmgmcaklnkjgfjiijpiggefa |
Description | Generate high quality and verified leads registered on Google My Business and Google Maps. |
File Size | 417 KB |
Installation Count | 91 |
Current Version | 1.2 |
Last Updated | 2021-10-26 |
Publish Date | 2021-10-26 |
Developer | https://wabiz.in |
[email protected] | |
Payment Type | free |
Extension Website | https://wabiz.in |
Help Page URL | https://wabiz.in/#contact |
Privacy Policy Page URL | https://wabiz.in/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "29", "background": { "persistent": true, "scripts": [ ".\/assets\/js\/_extractor.js", ".\/assets\/js\/components\/lodash.js", ".\/assets\/js\/jquery.min.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/assets\/js\/_extractor.js", ".\/assets\/js\/components\/lodash.js", ".\/assets\/js\/license.js" ], "matches": [ "https:\/\/*\/maps\/*" ] } ], "description": "Generate high quality and verified leads registered on Google My Business and Google Maps.", "icons": { "128": "logo.png" }, "name": "WA Biz GMB Lead Extractor", "permissions": [ "webRequest", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "https:\/\/*.google.com\/maps\/*" ] } |