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
公式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
Eメール [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\/*"
    ]
}