Location Tap
Business Leads Without Limits!
Cos'è Location Tap?
Location Tap è un'estensione di Chrome sviluppata da SaaS Reseller, e la sua funzione principale è "Business Leads Without Limits!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Location Tap
Scarica i file di estensione Location Tap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Location Tap lets you search by keyword and location and get unlimited, highly-targeted business leads.
Informazioni di Base sull'Estensione
Nome | |
ID | phkknleboeohiodcdeolkcdjppbhahop |
URL Ufficiale | https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop |
Descrizione | Business Leads Without Limits! |
Dimensione del File | 2.07 MB |
Conteggio Installazioni | 84 |
Versione Corrente | 3.0.5 |
Ultimo Aggiornamento | 2021-05-30 |
Data di Pubblicazione | 2021-02-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | SaaS Reseller |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mattyfoley.com |
URL della Pagina di Aiuto | https://mattyfoley.com/support |
URL della Pagina della Politica sulla Privacy | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
Lingue Supportate | 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\/*" ] } |