StoryScrip
Templating for user stories & bugs in Pivotal Tracker
Wat is StoryScrip?
StoryScrip is een Chrome-extensie ontwikkeld door https://www.storyscrip.co, en de belangrijkste functie is "Templating for user stories & bugs in Pivotal Tracker".
Extensie Screenshots
Download het CRX-bestand van de extensie StoryScrip
Download StoryScrip-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
                        Write user stories and bugs faster and with more consistency using StoryScrip. This extension adds a single button to Pivotal Tracker's story editor. Press the StoryScrip button when you're creating new user stories or bugs to generate a boilerplate based on a Medium post titled A Framework for modern User Stories by Jon Dobrowolski.
http://bit.ly/1FTXVJw                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hbkfmblkcllhmmambkpoieimkmjamhdg | 
| Officiële URL | https://chromewebstore.google.com/detail/storyscrip/hbkfmblkcllhmmambkpoieimkmjamhdg | 
| Beschrijving | Templating for user stories & bugs in Pivotal Tracker | 
| Bestandsgrootte | 148 KB | 
| Aantal Installaties | 55 | 
| Huidige Versie | 0.1.1 | 
| Laatst Bijgewerkt | 2018-02-25 | 
| Publicatiedatum | 2018-02-24 | 
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | https://www.storyscrip.co | 
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StoryScrip",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Templating for user stories & bugs in Pivotal Tracker",
    "homepage_url": "http:\/\/storyscrip.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.pivotaltracker.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pivotaltracker.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |