Investor Intel

Look at investor reviews while browsing the web!

Τι είναι το Investor Intel;

Το Investor Intel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ruoyutao, και η κύρια λειτουργία του είναι "Look at investor reviews while browsing the web!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Investor Intel

Λήψη αρχείων επέκτασης Investor Intel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Investor Intel Investor Intel
ID onfmefagepefndfhefodadmpodcdcneh
Επίσημο URL https://chromewebstore.google.com/detail/investor-intel/onfmefagepefndfhefodadmpodcdcneh
Περιγραφή Look at investor reviews while browsing the web!
Μέγεθος Αρχείου 161 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2017-10-05
Ημερομηνία Δημοσίευσης 2017-10-04
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής ruoyutao
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://knowyourvc.com/
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}