Investor Intel

Look at investor reviews while browsing the web!

¿Qué es Investor Intel?

Investor Intel es una extensión de Chrome desarrollada por ruoyutao, y su función principal es "Look at investor reviews while browsing the web!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Investor Intel

Descarga archivos de extensión Investor Intel 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

                        The official Know Your VC Chrome Extension

When you're searching on a site like TechCrunch, Google or LinkedIn our extension will use natural language processing to highlight the names of investors! 

We have even color-coded the highlights so that:
🔴= stay away from this investor 😟
✅= highly recommended by founders 👍
🔷= no ratings yet, be the first one to review! 😊

When you hover over a highlighted name, we will show you his/her review from Know Your VC with a link to that investor profile.                    

Información Básica de la Extensión

Nombre Investor Intel Investor Intel
ID onfmefagepefndfhefodadmpodcdcneh
URL Oficial https://chromewebstore.google.com/detail/investor-intel/onfmefagepefndfhefodadmpodcdcneh
Descripción Look at investor reviews while browsing the web!
Tamaño del Archivo 161 KB
Cantidad de Instalaciones 22
Versión Actual 1.4
Última Actualización 2017-10-05
Fecha de Publicación 2017-10-04
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador ruoyutao
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://knowyourvc.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Investor Intel",
    "description": "Look at investor reviews while browsing the web!",
    "version": "1.4",
    "browser_action": {
        "default_icon": "img\/app\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Know Your VC"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/knowyourvc.com\/*"
            ],
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "js\/libraries\/jquery\/jquery.min.js",
                "js\/libraries\/algolia\/algolia.min.js",
                "js\/libraries\/compromise\/compromise.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "activeTab",
        "storage",
        "http:\/\/*\/",
        "http:\/\/ec2-18-216-2-35.us-east-2.compute.amazonaws.com\/*"
    ]
}