Kima's portfolio tracker

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

Qu'est-ce que Kima's portfolio tracker ?

Kima's portfolio tracker est une extension Chrome développée par Alexis Robert, et sa fonction principale est "Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kima's portfolio tracker

Téléchargez les fichiers d'extension Kima's portfolio tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kima's portfolio tracker Kima's portfolio tracker
ID gbfcdaikgbhlogkhcidbjhdpnkeaihho
URL Officiel https://chromewebstore.google.com/detail/kimas-portfolio-tracker/gbfcdaikgbhlogkhcidbjhdpnkeaihho
Description Helps you follow Kima Ventures portfolio. Investments source is from www.kimaventures.com
Taille du Fichier 43.86 KB
Nombre d'Installations 221
Version Actuelle 0.4
Dernière Mise à Jour 2019-11-17
Date de Publication 2019-11-17
Évaluation 4.50/5 Total 4 Évaluations
Développeur Alexis Robert
Type de Paiement free
Site Web de l'Extension https://vcportfolio.info
Langues Prises en Charge 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"
    ]
}