Charters for Pivotal Tracker

Rocketship icon for Charters in your Pivotal Tracker backlog

Wat is Charters for Pivotal Tracker?

Charters for Pivotal Tracker is een Chrome-extensie ontwikkeld door Kimberly Johnson, en de belangrijkste functie is "Rocketship icon for Charters in your Pivotal Tracker backlog".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Charters for Pivotal Tracker

Download Charters for Pivotal Tracker-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

                        When a story contains the label "charter" in your Pivotal Tracker project, a rocketship icon will be displayed next to the story instead of the usual feature/chore/bug icon. This lets you quickly identify your exploratory charters in your backlog or icebox.

For more information on Charters and Exploratory Testing, read "Explore It!" by Elisabeth Hendrickson, or check out this blog post: https://medium.com/@kimbellina/charters-exploratory-testing-and-beyond-87315184f256                    

Basisinformatie over de Extensie

Naam Charters for Pivotal Tracker Charters for Pivotal Tracker
ID ikipphmlahnffieaaliffjjlffhpbjgj
Officiële URL https://chromewebstore.google.com/detail/charters-for-pivotal-trac/ikipphmlahnffieaaliffjjlffhpbjgj
Beschrijving Rocketship icon for Charters in your Pivotal Tracker backlog
Bestandsgrootte 6.39 MB
Aantal Installaties 72
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-03-18
Publicatiedatum 2017-03-18
Ontwikkelaar Kimberly Johnson
Betalingswijze free
Extensiewebsite https://medium.com/product-labs/charters-exploratory-testing-and-beyond-87315184f256
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Charters for Pivotal Tracker",
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Kim Johnson, Daphne Lin, David Edwards",
    "description": "Rocketship icon for Charters in your Pivotal Tracker backlog",
    "homepage_url": "https:\/\/github.com\/kimberlyjohnson\/charters-for-pivotal-tracker",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.pivotaltracker.com\/*",
        "https:\/\/www.pivotaltracker.com\/*"
    ],
    "short_name": "Charters for Pivotal Tracker",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pivotaltracker.com\/*",
                "https:\/\/www.pivotaltracker.com\/*"
            ],
            "js": [
                "src\/inject\/isLabelEligible.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "css\/inject\/inject.css"
            ]
        }
    ]
}