Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Elements - Preview là gì?

Elements - Preview là một tiện ích mở rộng Chrome được phát triển bởi Elements, và tính năng chính của nó là "Adds personalization and overview to Visual Studio Online and TFS 2013".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Elements - Preview 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

                        - Get a tiled dashboard of all your work across all projects and project collections. The automatic update functionality ensures the information is up-to-date.

- Display My Favorites on project home page. This allows you to personalize your own project dashboard and not have to share Pinned Items with the entire team.

- Add charts to My Favorites.                    

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

Tên Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
URL Chính Thức https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Mô tả Adds personalization and overview to Visual Studio Online and TFS 2013
Kích Thước Tệp 3.5 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 0.11.0.106
Cập Nhật Lần Cuối 2014-11-21
Ngày Phát Hành 2014-11-21
Nhà Phát Triển Elements
Loại Thanh Toán free
Trang Web Mở Rộng http://elementsvsx.wordpress.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elements - Preview",
    "description": "Adds personalization and overview to Visual Studio Online and TFS 2013",
    "version": "0.11.0.106",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}