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
公式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
Eメール [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\/*"
    ]
}