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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}