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 | 
| 官方網址 | 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": []
}  |  |