Pivotal Labels

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

What is Pivotal Labels?

Pivotal Labels is a Chrome extension developed by Dustin Ingram, and its main feature is "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".

Extension Screenshots

screenshot

Download Pivotal Labels Extension CRX File

Download Pivotal Labels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Pivotal Labels Pivotal Labels
ID njkofaephafobbeabnmmmijchhhdomio
Official URL https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio
Description This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
File Size 30.95 KB
Installation Count 198
Current Version 0.0.3
Last Updated 2017-04-04
Publish Date 2017-04-04
Rating 3.50/5 Total 2 Ratings
Developer Dustin Ingram
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}