Priorities for Trello

Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)

¿Qué es Priorities for Trello?

Priorities for Trello es una extensión de Chrome desarrollada por Lewis Wilkie, y su función principal es "Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Priorities for Trello

Descarga archivos de extensión Priorities for Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension adds:

1.) Reach, Impact and Effort priority badges to Trello cards. Values are added by including [R:1] [I:1] [E:1] in the card title.

2.) A "Show Easy" button which highlights the 3 cards with the lowest effort assigned that don't already have members attached.

3.) A "Show Leaderboard" feature that shows the number of cards owned by each attached user per active list.

4.) A small icon to "card detail" pop-ups that displays the card's creator.

30/05/2018: Updated for compatibility with Elegantt for Trello.                    

Información Básica de la Extensión

Nombre Priorities for Trello Priorities for Trello
ID planiojomhdcklbllblcpniaompdojbh
URL Oficial https://chromewebstore.google.com/detail/priorities-for-trello/planiojomhdcklbllblcpniaompdojbh
Descripción Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)
Tamaño del Archivo 84.91 KB
Cantidad de Instalaciones 287
Versión Actual 2.1
Última Actualización 2018-05-30
Fecha de Publicación 2018-05-30
Desarrollador Lewis Wilkie
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "trellopoints.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "utils.js",
                "trellopoints.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Adapted from 'Combined Points for Trello' extension (see https:\/\/chrome.google.com\/webstore\/detail\/points-for-trello-combine)",
    "icons": {
        "128": "images\/logo-128.png",
        "16": "images\/icon.png",
        "48": "images\/icon_trello_sm.png"
    },
    "manifest_version": 2,
    "name": "Priorities for Trello",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "images\/points-icon.png"
    ]
}