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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |