Location Tap

Business Leads Without Limits!

Location Tap là gì?

Location Tap là một tiện ích mở rộng Chrome được phát triển bởi SaaS Reseller, và tính năng chính của nó là "Business Leads Without Limits!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Location Tap

Tải xuống các tệp mở rộng Location Tap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Location Tap Location Tap
ID phkknleboeohiodcdeolkcdjppbhahop
URL Chính Thức https://chrome.google.com/webstore/detail/location-tap/phkknleboeohiodcdeolkcdjppbhahop
Mô tả Business Leads Without Limits!
Kích Thước Tệp 2.07 MB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 3.0.5
Cập Nhật Lần Cuối 2021-05-30
Ngày Phát Hành 2021-02-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển SaaS Reseller
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mattyfoley.com
URL Trang Trợ Giúp https://mattyfoley.com/support
URL Trang Chính Sách Bảo Mật https://saasreseller.theconversionpros.com/sl/SRPrivacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}