Location Tap

Business Leads Without Limits!

什麼是Location Tap?

Location Tap是由SaaS Reseller開發的Chrome擴展程式,該擴展的主要功能是“Business Leads Without Limits!”。

擴展截圖

screenshot

下載Location Tap擴展crx文件

下載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
官方網址 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\/*"
    ]
}