Infinite Business Leads

Get an infinite amount of Verified Business Leads with a Click of a button.

Cos'è Infinite Business Leads?

Infinite Business Leads è un'estensione di Chrome sviluppata da edakehurst, e la sua funzione principale è "Get an infinite amount of Verified Business Leads with a Click of a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Infinite Business Leads

Scarica i file di estensione Infinite 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

                        Infinite Business Leads brings you unlimited verified business leads. You can also add your Hunter key or Tomba API and grab emails. Quick and easy to download the leads as a CSV file or to send through a webhook to your favorite CRM or outreach software,                    

Informazioni di Base sull'Estensione

Nome Infinite Business Leads Infinite Business Leads
ID dhhmpbecjljijbpmioimllgjjiakmnie
URL Ufficiale https://chrome.google.com/webstore/detail/infinite-business-leads/dhhmpbecjljijbpmioimllgjjiakmnie
Descrizione Get an infinite amount of Verified Business Leads with a Click of a button.
Dimensione del File 407 KB
Conteggio Installazioni 131
Versione Corrente 1.1.09
Ultimo Aggiornamento 2022-03-11
Data di Pubblicazione 2021-03-03
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore edakehurst
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://infinitebusinessleads.com
URL della Pagina di Aiuto https://edakehurst.kartra.com/help/HelpDesk
URL della Pagina della Politica sulla Privacy https://geniusposts.io/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infinite Business Leads",
    "description": "Get an infinite amount of Verified Business Leads with a Click of a button.",
    "version": "1.1.09",
    "short_name": "IBL",
    "browser_action": {
        "default_title": "Infinite Business Leads"
    },
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Infinite_Business_Leads-1624049938739-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Infinite_Business_Leads-1624049938799-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Infinite_Business_Leads-1624049938858-large_icon.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\/*"
    ]
}