Velocity Scores for waffle.io
Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
Was ist Velocity Scores for waffle.io?
Velocity Scores for waffle.io ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".
Erweiterungsscreenshots
Velocity Scores for waffle.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie Velocity Scores for waffle.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A chrome extension of Velocity Scores for waffle.io, ported from https://gist.github.com/jhubert/8eec558ab8cea9fd4aaa which renders velocity scores based on the content of the GitHub issue title.
Grundlegende Informationen zur Erweiterung
Name | Velocity Scores for waffle.io |
ID | pffhdclphfnbdcdglcclnnlcjnofjggp |
Offizielle URL | https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp |
Beschreibung | Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue |
Dateigröße | 45.79 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-07-29 |
Veröffentlichungsdatum | 2014-07-28 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rockerhieu/waffle.io-velocity-scores |
Hilfeseite URL | https://github.com/rockerhieu/waffle.io-velocity-scores/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velocity Scores for waffle.io", "description": "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue", "version": "1.1", "icons": { "128": "images\/icon.png" }, "permissions": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "run_at": "document_start" } ] } |