CREAM

adds venture capital funding data to your everyday web browsing

Cos'è CREAM?

CREAM è un'estensione di Chrome sviluppata da https://www.macwright.org, e la sua funzione principale è "adds venture capital funding data to your everyday web browsing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CREAM

Scarica i file di estensione CREAM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Cash Rules Everything Around Me: this extension gives you awareness of venture funding as you browse the web. It integrates Crunchbase's data on funding rounds to show precise amounts of capital flowing into websites you visit.

v2: clicking the icon now brings you to the Crunchbase page of the company.                    

Informazioni di Base sull'Estensione

Nome CREAM CREAM
ID fngpcgiklmapjpnkjdjmpgajiijocdkd
URL Ufficiale https://chromewebstore.google.com/detail/cream/fngpcgiklmapjpnkjdjmpgajiijocdkd
Descrizione adds venture capital funding data to your everyday web browsing
Dimensione del File 1.39 MB
Conteggio Installazioni 15
Versione Corrente 3.0
Ultimo Aggiornamento 2014-12-16
Data di Pubblicazione 2014-12-16
Sviluppatore https://www.macwright.org
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CREAM",
    "short_name": "CREAM",
    "description": "adds venture capital funding data to your everyday web browsing",
    "author": "Tom MacWright, Beau Gunderson",
    "homepage_url": "http:\/\/www.macwright.org\/2014\/12\/12\/cream.html",
    "version": "3.0",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "white.png"
    }
}