Business Lead Connector

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

Τι είναι το Business Lead Connector;

Το Business Lead Connector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leadconnectorhub.com, και η κύρια λειτουργία του είναι "Get Unlimited Verified Business Leads With The Click Of A Button.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Business Lead Connector

Λήψη αρχείων επέκτασης Business Lead Connector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Business Lead Connector is a tool that gives you access to thousands of verified leads with a few clicks of a button. 

It has integrations with Hunter and Tomba where in if you just put the API keys from any of those service you'll easily grab emails for your Prospecting or outreach. 

The leads collected can be accessed easily as a downloaded CSV file or you can push that data to any other CRM or Software which you use via Webhooks and easily connect with thousands of other softwares. 

Ready to get leads flowing in your business ? Just download Business Lead Connector on your Chrome Browser, Log in and with a few clicks you'll get hundreds of leads data per location.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Business Lead Connector Business Lead Connector
ID kofojgnincfmpihgbibobbjafhhcfmbi
Επίσημο URL https://chrome.google.com/webstore/detail/business-lead-connector/kofojgnincfmpihgbibobbjafhhcfmbi
Περιγραφή Get Unlimited Verified Business Leads With The Click Of A Button.
Μέγεθος Αρχείου 324 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 1.1.07
Τελευταία Ενημέρωση 2021-12-03
Ημερομηνία Δημοσίευσης 2021-07-05
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής leadconnectorhub.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης Https://businessleadconnector.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.messenger.com/allmarketingtools.io
URL της Σελίδας Πολιτικής Απορρήτου https://themarketingtools.co/privacy-7375
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business Lead Connector",
    "description": "Get Unlimited Verified Business Leads With The Click Of A Button.",
    "version": "1.1.07",
    "short_name": "BLC",
    "browser_action": {
        "default_title": "Business Lead Connector"
    },
    "icons": {
        "16": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831130-small_icon.png",
        "48": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831246-medium_icon.png",
        "128": "images\/60b4b8bbcf079d01363fbeb8-Unlimited_Business_Leads-1623992831292-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\/*"
    ]
}