Crunchbase - B2B Company & Contact Info

Get Crunchbase’s company and contact data right where you need it.

Τι είναι το Crunchbase - B2B Company & Contact Info;

Το Crunchbase - B2B Company & Contact Info είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.crunchbase.com, και η κύρια λειτουργία του είναι "Get Crunchbase’s company and contact data right where you need it.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Crunchbase - B2B Company & Contact Info

Λήψη αρχείων επέκτασης Crunchbase - B2B Company & Contact Info σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Bring the power of Crunchbase to your prospecting workflow with our free Chrome extension.
Here are a few of the key features to look out for:
•	Find the right prospects, right where you are: Crunchbase's all-in-one prospecting solution is now available across your favorite sales tools and websites, including LinkedIn, LinkedIn Sales Navigator, Salesforce, and company websites.
•	Enrich your workflow with best-in-class sales intelligence: Qualify accounts and evaluate if they’re in a position to buy with key growth signals.
•	Get contact data for decision-makers:  Uncover verified contact data for the right people at qualified companies.
•	Take action quickly with seamless integrations: Save qualified prospects to Salesforce or push contacts to Outreach sequences in a single click.                    

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

Όνομα Crunchbase - B2B Company & Contact Info Crunchbase - B2B Company & Contact Info
ID mdfjplgeknamfodpoghbmhhlcjoacnbp
Επίσημο URL https://chromewebstore.google.com/detail/crunchbase-b2b-company-co/mdfjplgeknamfodpoghbmhhlcjoacnbp
Περιγραφή Get Crunchbase’s company and contact data right where you need it.
Μέγεθος Αρχείου 52.55 KB
Αριθμός Εγκαταστάσεων 34,007
Τρέχουσα Έκδοση 0.0.182
Τελευταία Ενημέρωση 2023-12-15
Ημερομηνία Δημοσίευσης 2022-03-29
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://www.crunchbase.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Διεύθυνση URL της Σελίδας Βοήθειας https://support.crunchbase.com/hc/en-us/articles/4416489202451
URL της Σελίδας Πολιτικής Απορρήτου https://about.crunchbase.com/terms-of-service/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crunchbase - B2B Company & Contact Info",
    "version": "0.0.182",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.crunchbase.com\/*",
                "*:\/\/*.crunchbase.io\/*",
                "*:\/\/*.leadiq.com\/extension\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.crunchbase.com\/*",
            "*:\/\/*.crunchbase.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe-wrapper\/iframe-wrapper.html",
                "iframe-wrapper\/iframe-wrapper.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.crunchbase.com\/*",
        "*:\/\/*.crunchbase.io\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/cb_icon_round_16.png",
            "24": "assets\/cb_icon_round_24.png",
            "32": "assets\/cb_icon_round_32.png"
        },
        "default_title": "Crunchbase - B2B Company & Contact Info"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "description": "Get Crunchbase\u2019s company and contact data right where you need it.",
    "icons": {
        "128": "assets\/cb_icon_128.png"
    }
}