Kima's portfolio tracker

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

Kima's portfolio trackerとは何ですか?

Kima's portfolio trackerはAlexis Robertによって開発されたChromeの拡張機能で、その主な機能は「Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kima's portfolio tracker拡張機能のCRXファイルをダウンロード

Kima's portfolio tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Kima's portfolio tracker Kima's portfolio tracker
ID gbfcdaikgbhlogkhcidbjhdpnkeaihho
公式URL https://chromewebstore.google.com/detail/kimas-portfolio-tracker/gbfcdaikgbhlogkhcidbjhdpnkeaihho
説明 Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com
ファイルサイズ 43.86 KB
インストール数 221
現在のバージョン 0.4
最終更新日 2019-11-17
公開日 2019-11-17
評価 4.50/5 合計 4 レビュー
開発者 Alexis Robert
支払い方法 free
拡張機能のウェブサイト https://vcportfolio.info
対応言語 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"
    ]
}