Velocity Scores for waffle.io
Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue
Wat is Velocity Scores for waffle.io?
Velocity Scores for waffle.io is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue".
Extensie Screenshots
Download het CRX-bestand van de extensie Velocity Scores for waffle.io
Download Velocity Scores for waffle.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Velocity Scores for waffle.io |
ID | pffhdclphfnbdcdglcclnnlcjnofjggp |
Officiële URL | https://chromewebstore.google.com/detail/velocity-scores-for-waffl/pffhdclphfnbdcdglcclnnlcjnofjggp |
Beschrijving | Enable Velocity Scores (Story Points) for waffle.io, so you can estimate the amount of work for each issue |
Bestandsgrootte | 45.79 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-07-29 |
Publicatiedatum | 2014-07-28 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/rockerhieu/waffle.io-velocity-scores |
Help Pagina-URL | https://github.com/rockerhieu/waffle.io-velocity-scores/issues |
Ondersteunde Talen | 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" } ] } |