Pivotal Labels

This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.

ما هو Pivotal Labels؟

Pivotal Labels هو إضافة Chrome تم تطويرها بواسطة Dustin Ingram، والميزة الرئيسية لها هي "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".

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

screenshot

تحميل ملف CRX للإضافة Pivotal Labels

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

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

                                            

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

الاسم Pivotal Labels Pivotal Labels
ID njkofaephafobbeabnmmmijchhhdomio
عنوان URL الرسمي https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio
الوصف This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
حجم الملف 30.95 KB
عدد التثبيتات 198
النسخة الحالية 0.0.3
آخر تحديث 2017-04-04
تاريخ النشر 2017-04-04
تقييم 3.50/5 مجموع تقييمات 2
المطور Dustin Ingram
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pivotal Labels",
    "version": "0.0.3",
    "manifest_version": 2,
    "author": "Dustin Ingram",
    "description": "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.",
    "homepage_url": "https:\/\/github.com\/di\/pivotallabels",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.pivotaltracker.com\/*",
        "https:\/\/www.pivotaltracker.com\/*",
        "storage"
    ],
    "short_name": "Pivotal Labels",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pivotaltracker.com\/*",
                "https:\/\/www.pivotaltracker.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "css\/inject\/inject.css"
            ]
        }
    ]
}