Location Tap

Business Leads Without Limits!

Vad är Location Tap?

Location Tap är en Chrome-tillägg utvecklad av SaaS Reseller, och dess huvudfunktion är "Business Leads Without Limits!".

Tilläggsskärmbilder

screenshot

Ladda ner Location Tap-förlängningens CRX-fil

Ladda ner Location Tap-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Location Tap Location Tap
ID phkknleboeohiodcdeolkcdjppbhahop
Officiell webbadress https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop
Beskrivning Business Leads Without Limits!
Filstorlek 2.07 MB
Antal Installationer 84
Aktuell Version 3.0.5
Senast Uppdaterad 2021-05-30
Publiceringsdatum 2021-02-14
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare SaaS Reseller
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://mattyfoley.com
Hjälpsida URL https://mattyfoley.com/support
URL till Sekretesspolicy Sidan https://saasreseller.theconversionpros.com/sl/SRPrivacy
Stödda Språk 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\/*"
    ]
}