CB Insights

Pull CB Insights’ Data Right Into Your Browser

CB Insightsคืออะไร?

CB Insights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cbinsights.com และคุณลักษณะหลักของมันคือ "Pull CB Insights’ Data Right Into Your Browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CB Insights

ดาวน์โหลดไฟล์ส่วนขยาย CB Insights ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instantly view any company’s funding, investors, competitors, partners, and more.

The CB Insights platform analyzes millions of data points on venture capital & startups to help you see tomorrow's opportunities, today. 

CB Insights supports the world’s best organizations to:

Discover new markets, companies, and opportunities

Design plans for partnering, acquiring, or investing in companies

Deploy strategies to act on their decisions

In one click with our Chrome Extension, instantly view any CB Insights Company Profile directly in your browser. 

View that company’s funding, investors, competitors, partners, and dozens of other attributes. Quickly pull up our research on that company and its market.

Want to look up a different company than the site you’re currently viewing? Simply search directly in the extension for any company to pull up their profile in seconds.

Whether you’re on a startup’s website or reading an article, the CB Insights Chrome Extension bridges the gap between browsing the web and the direct company insights you need.

WHO HAS ACCESS?
Only CB Insights customers with an account can leverage the Chrome Extension. This includes both full customers and basic trial users. Click here to sign up: https://app.cbinsights.com/signup

THE MOST LOVED AND TRUSTED BY THE MEDIA
“According to CB Insights…”

CB Insights is cited thousands of times per year by some of the industry’s best outlets, including The New York Times, CNBC, Bloomberg, Reuters, and Financial Times.

Learn more:
https://www.cbinsights.com/

Follow us:
Twitter: https://twitter.com/CBinsights
LinkedIn: https://www.linkedin.com/company/cb-insights                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CB Insights CB Insights
ID liembfglbhoaacklkmapenocnhckgcdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cb-insights/liembfglbhoaacklkmapenocnhckgcdk
คำอธิบาย Pull CB Insights’ Data Right Into Your Browser
ขนาดไฟล์ 377 KB
จำนวนการติดตั้ง 3,549
เวอร์ชันปัจจุบัน 4.4.0
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2017-07-27
คะแนน 4.56/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.cbinsights.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.cbinsights.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pull CB Insights\u2019 Data Right Into Your Browser",
    "version": "4.4.0",
    "manifest_version": 3,
    "name": "CB Insights",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "CBI_Grey.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle",
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "CBI_Color.png",
                "CBI_Grey.png",
                "Icon_Login.png",
                "sidebar.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}