CREAM

adds venture capital funding data to your everyday web browsing

O que é CREAM?

CREAM é uma extensão do Chrome desenvolvida por https://www.macwright.org, e sua principal característica é "adds venture capital funding data to your everyday web browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CREAM

Baixe arquivos de extensão CREAM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CREAM CREAM
ID fngpcgiklmapjpnkjdjmpgajiijocdkd
URL Oficial https://chromewebstore.google.com/detail/cream/fngpcgiklmapjpnkjdjmpgajiijocdkd
Descrição adds venture capital funding data to your everyday web browsing
Tamanho do Arquivo 1.39 MB
Contagem de Instalações 15
Versão Atual 3.0
Última Atualização 2014-12-16
Data de Publicação 2014-12-16
Desenvolvedor https://www.macwright.org
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}