Location Tap

Business Leads Without Limits!

Wat is Location Tap?

Location Tap is een Chrome-extensie ontwikkeld door SaaS Reseller, en de belangrijkste functie is "Business Leads Without Limits!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Location Tap

Download Location Tap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Location Tap lets you search by keyword and location and get unlimited, highly-targeted business leads.                    

Basisinformatie over de Extensie

Naam Location Tap Location Tap
ID phkknleboeohiodcdeolkcdjppbhahop
Officiële URL https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop
Beschrijving Business Leads Without Limits!
Bestandsgrootte 2.07 MB
Aantal Installaties 84
Huidige Versie 3.0.5
Laatst Bijgewerkt 2021-05-30
Publicatiedatum 2021-02-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar SaaS Reseller
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mattyfoley.com
Help Pagina-URL https://mattyfoley.com/support
URL van de Privacybeleid Pagina https://saasreseller.theconversionpros.com/sl/SRPrivacy
Ondersteunde Talen 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\/*"
    ]
}