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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}