Pivotal Labels

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

Cos'è Pivotal Labels?

Pivotal Labels è un'estensione di Chrome sviluppata da Dustin Ingram, e la sua funzione principale è "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pivotal Labels

Scarica i file di estensione Pivotal Labels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Pivotal Labels Pivotal Labels
ID njkofaephafobbeabnmmmijchhhdomio
URL Ufficiale https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio
Descrizione This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Dimensione del File 30.95 KB
Conteggio Installazioni 198
Versione Corrente 0.0.3
Ultimo Aggiornamento 2017-04-04
Data di Pubblicazione 2017-04-04
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore Dustin Ingram
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}