PitchBook Extension for Google Chrome™

PitchBook Extension for Google Chrome™

PitchBook Extension for Google Chrome™คืออะไร?

PitchBook Extension for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://my.pitchbook.com และคุณลักษณะหลักของมันคือ "PitchBook Extension for Google Chrome™"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PitchBook Extension for Google Chrome™

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

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

                        Access PitchBook’s VC, PE and M&A data  directly from your browser. 

Uncover essential information on companies, investors, deals and more as you browse the web, read the news or do online research. With comprehensive public company data and unparalleled private market insight always just a click away, it’s easy to find, vet and pursue promising opportunities—without leaving your current workspace or moving between tabs.    

To use this product, you must log in with an existing PitchBook Desktop account.

➤ Save time 

Highlight and right-click on a company, scan a news article or search within the extension to uncover everything from basic details to hard-to-find company info (like a pre-money valuation, the full financing history, employee count, competitors or an executive’s contact information) as you browse.

➤ Streamline your workflow 

Get all the company information you need in one place. Your search history and followed companies are synced across PitchBook Mobile, Desktop and Chrome.

➤ Easily conduct due diligence

Evaluate investment and acquisition targets with access to key details on companies and contacts and easy navigation to the full PitchBook Desktop. 

➤ Connect with dealmakers

Reach the right contact and personalize conversations with data that links people to companies, deals, funds, venture capital and private equity firms, news stories and more.                    

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

ชื่อ PitchBook Extension for Google Chrome™ PitchBook Extension for Google Chrome™
ID lpkjmgldcglmfilmnkcacbolkpkghdaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pitchbook-extension-for-g/lpkjmgldcglmfilmnkcacbolkpkghdaa
คำอธิบาย PitchBook Extension for Google Chrome™
ขนาดไฟล์ 6.93 MB
จำนวนการติดตั้ง 25,715
เวอร์ชันปัจจุบัน v1.25.0
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2020-05-09
คะแนน 5.00/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://my.pitchbook.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pitchbook.com
URL หน้าช่วยเหลือ https://www.pitchbook.com/products/chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://pitchbook.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PitchBook Extension for Google Chrome\u2122",
    "description": "PitchBook Extension for Google Chrome\u2122",
    "version": "1.25.0",
    "version_name": "v1.25.0",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "incognito": "split",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PitchBook Chrome Extension",
        "default_icon": "icons\/icon-disabled.png"
    },
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/iframe.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "css\/*.css",
                "js\/*.js",
                "icon-popups\/*.html",
                "index.html",
                "*.js",
                "*.css",
                "*.svg",
                "*.png",
                "*.eot",
                "*.ttf",
                "*.woff",
                "*.woff2",
                "*.gif"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}