CREAM

adds venture capital funding data to your everyday web browsing

Wat is CREAM?

CREAM is een Chrome-extensie ontwikkeld door https://www.macwright.org, en de belangrijkste functie is "adds venture capital funding data to your everyday web browsing".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CREAM

Download CREAM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CREAM CREAM
ID fngpcgiklmapjpnkjdjmpgajiijocdkd
Officiële URL https://chromewebstore.google.com/detail/cream/fngpcgiklmapjpnkjdjmpgajiijocdkd
Beschrijving adds venture capital funding data to your everyday web browsing
Bestandsgrootte 1.39 MB
Aantal Installaties 15
Huidige Versie 3.0
Laatst Bijgewerkt 2014-12-16
Publicatiedatum 2014-12-16
Ontwikkelaar https://www.macwright.org
Betalingswijze free
Ondersteunde Talen 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"
    }
}