Pivotal Tracker Story Number Mask

Updated with bug fix - Display title in projector mode

什么是Pivotal Tracker Story Number Mask?

Pivotal Tracker Story Number Mask是由karthidec开发的Chrome扩展程序,该扩展的主要功能是“Updated with bug fix - Display title in projector mode”。

扩展截图

screenshot

下载Pivotal Tracker Story Number Mask扩展crx文件

下载Pivotal Tracker Story Number Mask扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        08/08/2019 - Updated with bug fix - Display title in projector mode

-------------

** only applicable to pivotaltracker.com project story boards **

Helps to display last 4 digits of story number in story name field (collapse view). This provides a display mask to user browser screen and do not update user data's. 

By default, Pivotal Tracker do not display story number in story name field in collapse mode.

It super easy to get everyone in a planning meeting to know the exact story we are talking about without having to read the name for each story to find the targeted story







Example:

By default:

Story name in collapse mode view: 
This is sample story

With this extension:

Story name in collapse mode view: 
1234 - This is sample story
   - where 1234 is last 4 digits of story number                    

扩展基本信息

名称 Pivotal Tracker Story Number Mask Pivotal Tracker Story Number Mask
ID ienephhenhijhhfadgobajpepoipobfc
官方URL https://chromewebstore.google.com/detail/pivotal-tracker-story-num/ienephhenhijhhfadgobajpepoipobfc
简介 Updated with bug fix - Display title in projector mode
文件大小 13.36 MB
安装次数 269
当前版本 0.0.0.2
更新时间 2019-08-08
上架时间 2019-08-08
评分 3.67/5 共3次评分
开发者 karthidec
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pivotal Tracker Story Number Mask",
    "version": "0.0.0.2",
    "description": "Updated with bug fix - Display title in projector mode",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.pivotaltracker.com\/n\/projects\/*"
            ]
        }
    ]
}