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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}