Startup Tracker

Get insights into startups, their valuations, funding rounds, news and important contacts to enhance your job search experience.

什么是Startup Tracker?

Startup Tracker是由https://sasthamaal.com开发的Chrome扩展程序,该扩展的主要功能是“Get insights into startups, their valuations, funding rounds, news and important contacts to enhance your job search experience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Startup Tracker扩展crx文件

下载Startup Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        New!
Get insights on startup's linkedin page directly. Just click on the extension from the linkedin page to get the insights, or search for startups from the extension.

Search for startups and get to know about its growth through the valuation and funding info. Get to know latest news and important contacts useful for your job search on one click.

"Which are the hot startups to join now ?"

The answer to this comes in 2 parts:
a) What factors ?
Company growth can be evaluated in terms of revenue/profits, valuation, career growth, equity offered to employees, esop buybacks, IPO Launch dates etc. Some great examples are:
   - If a company is a profitable pre-IPO
   - If company valuation increased N times from Jul 2020 to Apr 2021
   - If the company offers great equity and company is going IPO soon or offering frequent buyback programs.

b) When ?
Once you shortlist your favorite startups based on the above criteria, it then depends if you want to join pre-seed or Series -X startup or the one which is going IPO in the next Y years so you can exit soon with the cash.

We have made all these data points available in this chrome extension to simplify your job search.                    

扩展基本信息

名称 Startup Tracker Startup Tracker
ID jenndofhofdnekcekhgifcandhkjhjho
官方URL https://chromewebstore.google.com/detail/startup-tracker/jenndofhofdnekcekhgifcandhkjhjho
简介 Get insights into startups, their valuations, funding rounds, news and important contacts to enhance your job search experience.
文件大小 180 KB
安装次数 231
当前版本 1.9.2
更新时间 2022-08-03
上架时间 2021-08-05
评分 4.62/5 共29次评分
开发者 https://sasthamaal.com
付费类型 free
扩展官网 https://startupinsights.sasthamaal.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Startup Tracker",
    "description": "Get insights into startups, their valuations, funding rounds, news and important contacts to enhance your job search experience.",
    "version": "1.9.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "128_icon.png",
        "default_title": "Startup Tracker"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "16_icon.png",
        "32": "32_icon.png",
        "48": "48_icon.png",
        "128": "128_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}