Startup Tracker

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

Startup Tracker là gì?

Startup Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://startuptracker.io, và tính năng chính của nó là "Keep tabs on cool, up-and-coming and competing startups using the world's largest startup information database".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Startup Tracker

Tải xuống các tệp mở rộng Startup Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Startup Tracker Startup Tracker
ID oopaipoegcoodhcemiefhoeaneholpfj
URL Chính Thức https://chromewebstore.google.com/detail/startup-tracker/oopaipoegcoodhcemiefhoeaneholpfj
Mô tả Keep tabs on cool, up-and-coming and competing startups using the world's largest startup information database
Kích Thước Tệp 94.46 KB
Số Lần Cài Đặt 4,496
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2016-03-10
Ngày Phát Hành 2016-03-10
Đánh Giá 4.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://startuptracker.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://startuptracker.io
URL Trang Trợ Giúp https://startuptracker.io/support
URL Trang Chính Sách Bảo Mật https://startuptracker.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}