pertext
PERT estimation tool
pertextคืออะไร?
pertext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skim.dev และคุณลักษณะหลักของมันคือ "PERT estimation tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pertext
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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": []
} | |