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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get insights into startups, their valuations, funding rounds, news and important contacts to enhance your job search experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Startup Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}