Location Tap

Business Leads Without Limits!

Что такое Location Tap?

Location Tap - это расширение Chrome, разработанное SaaS Reseller, и его основная функция - "Business Leads Without Limits!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Location Tap

Скачайте файлы расширений Location Tap в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Location Tap Location Tap
ID phkknleboeohiodcdeolkcdjppbhahop
Официальный URL https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop
Описание Business Leads Without Limits!
Размер файла 2.07 MB
Количество установок 84
Текущая Версия 3.0.5
Последнее Обновление 2021-05-30
Дата публикации 2021-02-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик SaaS Reseller
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mattyfoley.com
URL страницы помощи https://mattyfoley.com/support
URL страницы политики конфиденциальности https://saasreseller.theconversionpros.com/sl/SRPrivacy
Поддерживаемые языки 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\/*"
    ]
}