Pivotal Labels
This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Qu'est-ce que Pivotal Labels ?
Pivotal Labels est une extension Chrome développée par Dustin Ingram, et sa fonction principale est "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pivotal Labels
Téléchargez les fichiers d'extension Pivotal Labels au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Pivotal Labels |
ID | njkofaephafobbeabnmmmijchhhdomio |
URL Officiel | https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio |
Description | This Chrome extension for Pivotal Tracker allows you to set custom colors for label names. |
Taille du Fichier | 30.95 KB |
Nombre d'Installations | 198 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2017-04-04 |
Date de Publication | 2017-04-04 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | Dustin Ingram |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |