Kima's portfolio tracker

Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com

What is Kima's portfolio tracker?

Kima's portfolio tracker is a Chrome extension developed by Alexis Robert, and its main feature is "Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com".

Extension Screenshots

screenshot
screenshot

Download Kima's portfolio tracker Extension CRX File

Download Kima's portfolio tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get notified of Kima Ventures latest deals and browse through their entire portfolio by categories.

Built by Jean Dubrulle & Corentin Brossault (frenchcooc)

---

Kima Ventures is one of the world's most active early-stage investors, investing in 2 to 3 startups per week all over the world; providing founders with funding, network, and support for them to reach the next steps of their journey.

The firm invests from seed to Series A, mostly as lead investor but also working alongside other investors; backing ambitious founders who work hard to build awesome things that more and more people use everyday. The company helps them to build a great team, to learn very quickly, to keep the right focus and execute towards growth.

Kima takes pride of itself in working side-by-side with entrepreneurs. They claim to understand that fundraising is only one step in the company’s journey, that’s why they take quick decisions and make the fundraising process as smooth as possible so the founders can get back to the work of building their business. Kima considers itself not only an investor, but a network of founders and experts sharing a pay it forward mindset.

Headquartered in STATION F, Paris with an office in London, the company was founded and backed by Xavier Niel, founder of Iliad and supporter of entrepreneurs through such projects as 42, Station F and 101projets. Over the last 5 years Kima has invested in over 400 startups in 24 different countries.                    

Extension Basic Information

Name Kima's portfolio tracker Kima's portfolio tracker
ID gbfcdaikgbhlogkhcidbjhdpnkeaihho
Official URL https://chromewebstore.google.com/detail/kimas-portfolio-tracker/gbfcdaikgbhlogkhcidbjhdpnkeaihho
Description Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com
File Size 43.86 KB
Installation Count 221
Current Version 0.4
Last Updated 2019-11-17
Publish Date 2019-11-17
Rating 4.50/5 Total 4 Ratings
Developer Alexis Robert
Payment Type free
Extension Website https://vcportfolio.info
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kima's portfolio tracker",
    "version": "0.4",
    "description": "Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com",
    "icons": {
        "16": "img\/logo_kima_16x16.png",
        "128": "img\/logo_kima_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo_kima_16x16.png",
            "32": "img\/logo_kima_16x16.png"
        },
        "default_title": "Kima's popup",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "page": "views\/background.html",
        "persistent": true
    },
    "permissions": [
        "https:\/\/vcportfolio.info\/",
        "notifications",
        "storage"
    ]
}