Elements - Preview

Adds personalization and overview to Visual Studio Online and TFS 2013

ما هو Elements - Preview؟

Elements - Preview هو إضافة Chrome تم تطويرها بواسطة Elements، والميزة الرئيسية لها هي "Adds personalization and overview to Visual Studio Online and TFS 2013".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Elements - Preview

قم بتنزيل ملفات الامتداد Elements - Preview بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Elements - Preview Elements - Preview
ID jjpconebdoaidimneaglkhhmegfnpjjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/elements-preview/jjpconebdoaidimneaglkhhmegfnpjjh
الوصف Adds personalization and overview to Visual Studio Online and TFS 2013
حجم الملف 3.5 KB
عدد التثبيتات 75
النسخة الحالية 0.11.0.106
آخر تحديث 2014-11-21
تاريخ النشر 2014-11-21
المطور Elements
نوع الدفع free
موقع الإضافة http://elementsvsx.wordpress.com/
اللغات المدعومة 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"
        }
    ]
}