Scrum 2 Trello
Adds Scrum to your Trello
Wat is Scrum 2 Trello?
Scrum 2 Trello is een Chrome-extensie ontwikkeld door Grey Rook GmbH, en de belangrijkste functie is "Adds Scrum to your Trello".
Extensie Screenshots
Download het CRX-bestand van de extensie Scrum 2 Trello
Download Scrum 2 Trello-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
This is a forked version of Marcel Duin's and Jasper Kaizer's original version of Scrum for Trello. Adds Scrum to your Trello Scrum for Trello adds functionality to the awesome trello.com for use in Scrum projects.
Basisinformatie over de Extensie
Naam | Scrum 2 Trello |
ID | eklnbcfpdppjhpiohbhjolbnolgolknm |
Officiële URL | https://chromewebstore.google.com/detail/scrum-2-trello/eklnbcfpdppjhpiohbhjolbnolgolknm |
Beschrijving | Adds Scrum to your Trello |
Bestandsgrootte | 62.23 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-01-03 |
Publicatiedatum | 2019-01-03 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Grey Rook GmbH |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/GreyRook/scrum2trello |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrum 2 Trello", "version": "1.2", "description": "Adds Scrum to your Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "jquery-2.1.4.min.js", "trelloscrum.js" ], "css": [ "trelloscrum.css" ] } ], "manifest_version": 2, "icons": { "128": "trello-scrum-icon.png" }, "web_accessible_resources": [ "images\/storypoints-icon.png", "images\/points-done.png", "images\/burndown_for_trello_icon_12x12.png", "images\/burndown_for_trello_icon_18x18.png", "images\/trello-scrum-icon_12x12.png", "images\/trello-scrum-icon_18x18.png" ], "permissions": [ "storage" ] } |