Location Tap
Business Leads Without Limits!
Co to jest Location Tap?
Location Tap to rozszerzenie Chrome opracowane przez SaaS Reseller, a jego główną funkcją jest „Business Leads Without Limits!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Location Tap
Pobierz pliki rozszerzeń Location Tap w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Location Tap lets you search by keyword and location and get unlimited, highly-targeted business leads.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | phkknleboeohiodcdeolkcdjppbhahop |
Oficjalny URL | https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop |
Opis | Business Leads Without Limits! |
Rozmiar pliku | 2.07 MB |
Liczba instalacji | 84 |
Aktualna Wersja | 3.0.5 |
Ostatnia Aktualizacja | 2021-05-30 |
Data Publikacji | 2021-02-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | SaaS Reseller |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mattyfoley.com |
Adres URL Strony Pomocy | https://mattyfoley.com/support |
Adres URL Strony Polityki Prywatności | https://saasreseller.theconversionpros.com/sl/SRPrivacy |
Obsługiwane Języki | 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\/*" ] } |