pertext

PERT estimation tool

pertext là gì?

pertext là một tiện ích mở rộng Chrome được phát triển bởi https://skim.dev, và tính năng chính của nó là "PERT estimation tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng pertext

Tải xuống các tệp mở rộng pertext dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên pertext pertext
ID jbbmfopbiibcgfedhckafpgbpmagljjh
URL Chính Thức https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh
Mô tả PERT estimation tool
Kích Thước Tệp 32.53 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2018-07-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://skim.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}