Location Tap
Business Leads Without Limits!
Hvad er Location Tap?
Location Tap er en Chrome-udvidelse udviklet af SaaS Reseller, og dens hovedfunktion er "Business Leads Without Limits!".
Udvidelsesskærmbilleder
Download Location Tap-udvidelses-CRX-fil
Download Location Tap-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Location Tap lets you search by keyword and location and get unlimited, highly-targeted business leads.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | phkknleboeohiodcdeolkcdjppbhahop |
Officiel URL | https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop |
Beskrivelse | Business Leads Without Limits! |
Filstørrelse | 2.07 MB |
Antal Installationer | 84 |
Nuværende Version | 3.0.5 |
Senest Opdateret | 2021-05-30 |
Udgivelsesdato | 2021-02-14 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | SaaS Reseller |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://mattyfoley.com |
Hjælpeside-URL | https://mattyfoley.com/support |
URL til Fortrolighedspolitik Side | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
Understøttede Sprog | 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\/*" ] } |