Pivotal Labels
This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Hvad er Pivotal Labels?
Pivotal Labels er en Chrome-udvidelse udviklet af Dustin Ingram, og dens hovedfunktion er "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".
Udvidelsesskærmbilleder
Download Pivotal Labels-udvidelses-CRX-fil
Download Pivotal Labels-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Pivotal Labels |
ID | njkofaephafobbeabnmmmijchhhdomio |
Officiel URL | https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio |
Beskrivelse | This Chrome extension for Pivotal Tracker allows you to set custom colors for label names. |
Filstørrelse | 30.95 KB |
Antal Installationer | 198 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2017-04-04 |
Udgivelsesdato | 2017-04-04 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | Dustin Ingram |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |