Investor Intel

Look at investor reviews while browsing the web!

Qu'est-ce que Investor Intel ?

Investor Intel est une extension Chrome développée par ruoyutao, et sa fonction principale est "Look at investor reviews while browsing the web!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Investor Intel

Téléchargez les fichiers d'extension Investor Intel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Investor Intel Investor Intel
ID onfmefagepefndfhefodadmpodcdcneh
URL Officiel https://chromewebstore.google.com/detail/investor-intel/onfmefagepefndfhefodadmpodcdcneh
Description Look at investor reviews while browsing the web!
Taille du Fichier 161 KB
Nombre d'Installations 22
Version Actuelle 1.4
Dernière Mise à Jour 2017-10-05
Date de Publication 2017-10-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur ruoyutao
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://knowyourvc.com/
Langues Prises en Charge 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\/*"
    ]
}