Unlimited Business Leads

Get Unlimited Verified Business Leads With The Click Of A Button.

Unlimited Business Leadsとは何ですか?

Unlimited Business Leadsはhttp://unlimitedbusinessleads.ioによって開発されたChromeの拡張機能で、その主な機能は「Get Unlimited Verified Business Leads With The Click Of A Button.」です。

拡張機能のスクリーンショット

screenshot

Unlimited Business Leads拡張機能のCRXファイルをダウンロード

Unlimited Business Leads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you looking for leads? If yes then this tool is going to give you Unlimited Business Leads within few seconds with the click of a button. You will get your lead's email id and phone number in which ever way you want. You can download all the leads as a csv or even you can send them to any web hook and can make your automation.

Version update 1.0.9:
     -- Fixed loaders
     -- Added Placeholders
     -- Modified permission in manifest
     -- Added Custom Css file
     -- Changed the background image                    

拡張機能の基本情報

名前 Unlimited Business Leads Unlimited Business Leads
ID mmpkndilbhoflaibcaeialoojiijdmok
公式URL https://chrome.google.com/webstore/detail/unlimited-business-leads/mmpkndilbhoflaibcaeialoojiijdmok
説明 Get Unlimited Verified Business Leads With The Click Of A Button.
ファイルサイズ 416 KB
インストール数 838
現在のバージョン 1.1.08
最終更新日 2022-03-10
公開日 2020-11-02
評価 4.11/5 合計 9 レビュー
開発者 http://unlimitedbusinessleads.io
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.tier5.us/chrome-extension-privacy-policies.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unlimited Business Leads",
    "description": "Get Unlimited Verified Business Leads With The Click Of A Button.",
    "version": "1.1.08",
    "short_name": "UBL",
    "browser_action": {
        "default_title": "Unlimited Business Leads"
    },
    "icons": {
        "16": ".\/images\/logo_16.png",
        "48": ".\/images\/logo_48.png",
        "128": ".\/images\/large_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.google.co.in\/search*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/helper.js",
                "js\/content_place.js"
            ],
            "css": [
                "assets\/jquery.toast.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/helper.js",
            "js\/services.js",
            "js\/vendor.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "*:\/\/api.unlimitedbusinessleads.io\/*",
        "*:\/\/api.tomba.io\/v1\/domain-search\/*",
        "*:\/\/google.com\/search?*"
    ],
    "web_accessible_resources": [
        "images\/*",
        "assets\/*",
        "js\/*"
    ]
}