Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

Apa itu Elements - Preview?

Elements - Preview adalah ekstensi Chrome yang dikembangkan oleh Elements, dan fitur utamanya adalah "Adds personalization and overview to Visual Studio Online and TFS 2013".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Elements - Preview

Unduh file ekstensi Elements - Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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.                    

Informasi Dasar Ekstensi

Nama Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
URL Resmi https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
Deskripsi Adds personalization and overview to Visual Studio Online and TFS 2013
Ukuran File 3.5 KB
Jumlah Instalasi 75
Versi Saat Ini 0.11.0.106
Terakhir Diperbarui 2014-11-21
Tanggal Publikasi 2014-11-21
Pengembang Elements
Tipe Pembayaran free
Situs Ekstensi http://elementsvsx.wordpress.com/
Bahasa yang Didukung 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"
        }
    ]
}