Tracxn Extension

One-click snapshot of millions of companies

Tracxn Extension là gì?

Tracxn Extension là một tiện ích mở rộng Chrome được phát triển bởi https://tracxn.com, và tính năng chính của nó là "One-click snapshot of millions of companies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tracxn Extension

Tải xuống các tệp mở rộng Tracxn Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The Tracxn extension is a must-have for anyone involved in the global startup ecosystem. A single click while you are visiting a company’s website instantly displays key information about that company, such as its primary business, funding and valuation, key people, competitors, investors, and latest news.

This powerful extension is light, fast, and really easy to use. To enhance user experience, we have ensured that information once loaded in the extension stays there even when you switch tabs.

Who is it for?
• Private Market Investors - VC, PE, IB, Incubators, Angel Networks, Family Offices
• Large Corporates - M&A, Innovation and Digital Transformation teams
• Government Agencies, Industry Bodies and Universities

What do you get?
• Single-click access to key company metrics including funding rounds, competitor benchmarking, captables and financials
• Instantly connect with the company’s founders
• Quickly understand the company’s business model using our proprietary Market Taxonomy
• Request for a Due Diligence report directly from the extension
• Get all the latest curated news on the company
• One-click access to a host of other data sets available on Tracxn’s platform

About Tracxn:
At Tracxn, we are building the world’s largest platform for tracking Startups and Private Companies across 1800+ feeds, with dedicated coverage on multiple Countries. Tracxn currently has subscribers in 50+ countries across the world.

Curated Data Sets:
• Proprietary Taxonomy
• Funding Round details
• Exits (IPOs and Mergers and Acquisitions)
• Cap Tables
• Financial Statements
• Analyst Picks & Proprietary Soonicorn Club
• Startup Ecosystem Events
• Employee Count
• People - Founders, Directors, Partners

In-depth Reports:
• 1000+ Reports published every Quarter
• Reports for multiple Sectors, Business Models, and Countries

Productivity Tools:
• CRM Tool - specific for the investment industry
• API Support
• Saved Searches & Dashboards
• Export Tools

We collect data regarding the URLs you browse for the following reasons:
• To provide you with the company's funding information (the green $ sign that appears next to the extension icon)
• To provide you with the company's details when you visit its 'Android app' page or 'Twitter' or 'Linkedin' profile

To explore the full potential of the Tracxn platform, visit tracxn.com

Note: No. of customers as on Mar 31, 2021. All other data points as on May 31, 2021                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tracxn Extension Tracxn Extension
ID mcplkbacfdjapifgiidjidmnfilipnep
URL Chính Thức https://chromewebstore.google.com/detail/tracxn-extension/mcplkbacfdjapifgiidjidmnfilipnep
Mô tả One-click snapshot of millions of companies
Kích Thước Tệp 27.02 KB
Số Lần Cài Đặt 4,365
Phiên Bản Hiện Tại 7.15
Cập Nhật Lần Cuối 2023-11-11
Ngày Phát Hành 2020-03-26
Đánh Giá 4.95/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://tracxn.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tracxn.com
URL Trang Chính Sách Bảo Mật https://tracxn.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracxn Extension",
    "type": "chrome",
    "version": "7.15",
    "manifest_version": 2,
    "description": "One-click snapshot of millions of companies",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "scripts\/constants.js",
            "scripts\/backgroundEvents.js",
            "scripts\/rightClick.js",
            "scripts\/codePull.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "contextMenus",
        "activeTab",
        "background",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/constants.js",
                "scripts\/pageInfo.js",
                "scripts\/frameRenderer.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Tracxn"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.tracxn.com; object-src 'self'"
}