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 https://www.crunchbase.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Crunchbase’s company and contact data right where you need it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crunchbase - B2B Company & Contact Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}