Unlimited Business Leads

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

Cos'è Unlimited Business Leads?

Unlimited Business Leads è un'estensione di Chrome sviluppata da http://unlimitedbusinessleads.io, e la sua funzione principale è "Get Unlimited Verified Business Leads With The Click Of A Button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unlimited Business Leads

Scarica i file di estensione Unlimited Business Leads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Unlimited Business Leads Unlimited Business Leads
ID mmpkndilbhoflaibcaeialoojiijdmok
URL Ufficiale https://chrome.google.com/webstore/detail/unlimited-business-leads/mmpkndilbhoflaibcaeialoojiijdmok
Descrizione Get Unlimited Verified Business Leads With The Click Of A Button.
Dimensione del File 416 KB
Conteggio Installazioni 838
Versione Corrente 1.1.08
Ultimo Aggiornamento 2022-03-10
Data di Pubblicazione 2020-11-02
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore http://unlimitedbusinessleads.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.tier5.us/chrome-extension-privacy-policies.html
Lingue Supportate 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\/*"
    ]
}