Pivotal Labels
This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Vad är Pivotal Labels?
Pivotal Labels är en Chrome-tillägg utvecklad av Dustin Ingram, och dess huvudfunktion är "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".
Tilläggsskärmbilder
Ladda ner Pivotal Labels-förlängningens CRX-fil
Ladda ner Pivotal Labels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | njkofaephafobbeabnmmmijchhhdomio |
| Officiell webbadress | https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio |
| Beskrivning | This Chrome extension for Pivotal Tracker allows you to set custom colors for label names. |
| Filstorlek | 30.95 KB |
| Antal Installationer | 198 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2017-04-04 |
| Publiceringsdatum | 2017-04-04 |
| Betyg | 3.50/5 Totalt 2 Betyg |
| Utvecklare | Dustin Ingram |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |