Location Tap
Business Leads Without Limits!
What is Location Tap?
Location Tap is a Chrome extension developed by SaaS Reseller, and its main feature is "Business Leads Without Limits!".
Extension Screenshots
Download Location Tap Extension CRX File
Download Location Tap 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
Location Tap lets you search by keyword and location and get unlimited, highly-targeted business leads.
Extension Basic Information
Name | |
ID | phkknleboeohiodcdeolkcdjppbhahop |
Official URL | https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop |
Description | Business Leads Without Limits! |
File Size | 2.07 MB |
Installation Count | 84 |
Current Version | 3.0.5 |
Last Updated | 2021-05-30 |
Publish Date | 2021-02-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | SaaS Reseller |
[email protected] | |
Payment Type | free |
Extension Website | https://mattyfoley.com |
Help Page URL | https://mattyfoley.com/support |
Privacy Policy Page URL | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Location Tap", "description": "Business Leads Without Limits!", "version": "3.0.5", "short_name": "LT", "browser_action": { "default_title": "Location Tap" }, "icons": { "16": ".\/assets\/logo_16.png", "48": ".\/assets\/logo_48.png", "128": ".\/assets\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/search*", "*:\/\/*.google.co.in\/search*" ], "js": [ "js\/vendor.js", "js\/helper.js", "js\/content_place.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.js", "js\/helper.js" ], "persistent": false }, "permissions": [ "storage", "*:\/\/api.unlimitedbusinessleads.io\/*", "*:\/\/google.com\/search?*" ], "web_accessible_resources": [ "assets\/*", "js\/*" ] } |