pertext
PERT estimation tool
pertextとは何ですか?
pertextはhttps://skim.devによって開発されたChromeの拡張機能で、その主な機能は「PERT estimation tool」です。
拡張機能のスクリーンショット
pertext拡張機能のCRXファイルをダウンロード
pertext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
pertext is a PERT estimation tool to estimate user stories in software development projects.
Don't know what PERT is? Read the Wikipedia entry here: http://en.wikipedia.org/wiki/Program_Evaluation_and_Review_Technique
Thanks to Li-Hsuan Lung and Stephanie Briones for their contributions to the project.
The source code is available on GitHub: https://github.com/sl4m/pertext 拡張機能の基本情報
| 名前 | |
| ID | jbbmfopbiibcgfedhckafpgbpmagljjh |
| 公式URL | https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh |
| 説明 | PERT estimation tool |
| ファイルサイズ | 32.53 KB |
| インストール数 | 147 |
| 現在のバージョン | 0.3.0 |
| 最終更新日 | 2023-12-19 |
| 公開日 | 2018-07-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://skim.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "pertext",
"version": "0.3.0",
"description": "PERT estimation tool",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jbbmfopbiibcgfedhckafpgbpmagljjh",
"offline_enabled": true,
"permissions": [
"clipboardWrite",
"storage"
],
"action": {
"default_icon": "images\/icon-19.png",
"default_title": "PERT estimation tool",
"default_popup": "pertext.html"
},
"content_security_policy": []
} | |