StoryScrip
Templating for user stories & bugs in Pivotal Tracker
What is StoryScrip?
StoryScrip is a Chrome extension developed by https://www.storyscrip.co, and its main feature is "Templating for user stories & bugs in Pivotal Tracker".
Extension Screenshots
Download StoryScrip Extension CRX File
Download StoryScrip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | StoryScrip |
ID | hbkfmblkcllhmmambkpoieimkmjamhdg |
Official URL | https://chromewebstore.google.com/detail/storyscrip/hbkfmblkcllhmmambkpoieimkmjamhdg |
Description | Templating for user stories & bugs in Pivotal Tracker |
File Size | 148 KB |
Installation Count | 55 |
Current Version | 0.1.1 |
Last Updated | 2018-02-25 |
Publish Date | 2018-02-24 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://www.storyscrip.co |
Payment Type | free |
Supported Languages | 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" ] } ] } |