Startup Tracker

Keep tabs on cool, up-and-coming and competing startups using the world's largest startup information database

Startup Tracker란 무엇입니까?

Startup Tracker은(는) https://startuptracker.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep tabs on cool, up-and-coming and competing startups using the world's largest startup information database"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Startup Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Startup Tracker enables you to get a quick overview of any startup you read or hear about. It provides live-search over leading startup information databases such as CrunchBase, AngelList and Product Hunt and lets you crowdsource missing information by clicking the magic 'Ask startup' button. Startup profiles can be annotated and saved to Evernote in 1 click. 

Whether you are an entrepreneur, journalist or investor, Startup Tracker is your best friend to keep track of cool, up-and-coming and competing startups:

• View company info for the website you are browsing by clicking on the extension icon
• Search for a startup by highlighting its name on any webpage and clicking the extension icon, or search for it manually on the extension homepage
• Use the 'Ask startup' button to crowdsource any missing startup profile field
• Discover trending and newly crowdsourced startup profiles on the extension home screen
• Annotate and tag startup profiles, then save them to Evernote in 1 click
• Keep track of trending startups by following their track count
• Convenient right-click menu shortcuts for quick lookup                    

확장 프로그램 기본 정보

이름 Startup Tracker Startup Tracker
ID oopaipoegcoodhcemiefhoeaneholpfj
공식 URL https://chromewebstore.google.com/detail/startup-tracker/oopaipoegcoodhcemiefhoeaneholpfj
설명 Keep tabs on cool, up-and-coming and competing startups using the world's largest startup information database
파일 크기 94.46 KB
설치 횟수 4,496
현재 버전 2.1.2
최근 업데이트 2016-03-10
출시 날짜 2016-03-10
평점 4.29/5 총 14 개의 평점
개발자 https://startuptracker.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://startuptracker.io
도움말 페이지 URL https://startuptracker.io/support
개인정보 보호 정책 페이지 URL https://startuptracker.io/privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Startup Tracker",
    "description": "Keep tabs on cool, up-and-coming and competing startups using the world's largest startup information database",
    "author": "startuptracker.io",
    "version": "2.1.2",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "injected.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "iframe.html"
    ],
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "96": "Icon-96.png",
        "128": "Icon-128.png",
        "256": "Icon-256.png"
    }
}