Product Hunt Investor Edition

Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com

¿Qué es Product Hunt Investor Edition?

Product Hunt Investor Edition es una extensión de Chrome desarrollada por websirnik, y su función principal es "Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Product Hunt Investor Edition

Descarga archivos de extensión Product Hunt Investor Edition en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        You are the big guy/girl. You are on producthunt.com. You found this company there. You want to invest. You were doing due diligence for a month. Today you've installed this extension. BOOM. Due diligence done. You clicked on Angellist icon next to the product. Company just closed the round. You missed it. 

This extension adds the following links to almost every product on producthunt.com:
- Angellist
- Alexa
- Crunchbase
- Company Blog
- Facebook
- LInkedIn
- Twitter

This extension is designed in a way not to affect browsing on producthunt.com. No decrease in performance. No page manipulations. Extension just adds icons in a very native&subtle way.

If you are not an investor yet, beware installing this extension! All investments at your own risk!

Submit your ideas and bugs: https://github.com/websirnik/PH-Invest-Edition/issues

-------

Coming soon:
- Inline data about:
 -- Funding
 -- Founders
 -- Location
- Interactive widgets for:
 -- Crunchbase
 -- Angellist
 -- Twitter                    

Información Básica de la Extensión

Nombre Product Hunt Investor Edition Product Hunt Investor Edition
ID fdhkbjjdfdnpoijjcbcggagehineleah
URL Oficial https://chrome.google.com/webstore/detail/product-hunt-investor-edi/fdhkbjjdfdnpoijjcbcggagehineleah
Descripción Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com
Tamaño del Archivo 66.15 KB
Cantidad de Instalaciones 166
Versión Actual 0.4.2
Última Actualización 2014-12-20
Fecha de Publicación 2014-12-20
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador websirnik
Tipo de Pago free
Sitio Web de la Extensión http://twitter.com/nikitakorotaev
URL de la Página de Ayuda https://github.com/websirnik/PH-Invest-Edition/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Product Hunt Investor Edition",
    "short_name": "Product Hunt Investor Edition",
    "description": "Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com",
    "version": "0.4.2",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/www.producthunt.com\/*",
        "*:\/\/ph.nikita.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.producthunt.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-observe.min.js",
                "contentscript.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}