CREAM

adds venture capital funding data to your everyday web browsing

What is CREAM?

CREAM is a Chrome extension developed by https://www.macwright.org, and its main feature is "adds venture capital funding data to your everyday web browsing".

Extension Screenshots

screenshot

Download CREAM Extension CRX File

Download CREAM 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

                        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.                    

Extension Basic Information

Name CREAM CREAM
ID fngpcgiklmapjpnkjdjmpgajiijocdkd
Official URL https://chromewebstore.google.com/detail/cream/fngpcgiklmapjpnkjdjmpgajiijocdkd
Description adds venture capital funding data to your everyday web browsing
File Size 1.39 MB
Installation Count 15
Current Version 3.0
Last Updated 2014-12-16
Publish Date 2014-12-16
Developer https://www.macwright.org
Payment Type free
Supported Languages 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"
    }
}