Pivotal Labels

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

Wat is Pivotal Labels?

Pivotal Labels is een Chrome-extensie ontwikkeld door Dustin Ingram, en de belangrijkste functie is "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pivotal Labels

Download Pivotal Labels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Pivotal Labels Pivotal Labels
ID njkofaephafobbeabnmmmijchhhdomio
Officiële URL https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio
Beschrijving This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Bestandsgrootte 30.95 KB
Aantal Installaties 198
Huidige Versie 0.0.3
Laatst Bijgewerkt 2017-04-04
Publicatiedatum 2017-04-04
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Dustin Ingram
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}