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開發的Chrome擴展程式,該擴展的主要功能是“Get Crunchbase’s company and contact data right where you need it.”。

擴展截圖

screenshot
screenshot

下載Crunchbase - B2B Company & Contact Info擴展crx文件

下載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
官方網址 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"
    }
}