Investor Intel

Look at investor reviews while browsing the web!

什麼是Investor Intel?

Investor Intel是由ruoyutao開發的Chrome擴展程式,該擴展的主要功能是“Look at investor reviews while browsing the web!”。

擴展截圖

screenshot

下載Investor Intel擴展crx文件

下載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
官方網址 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\/*"
    ]
}