pertext
PERT estimation tool
What is pertext?
pertext is a Chrome extension developed by https://skim.dev, and its main feature is "PERT estimation tool".
Extension Screenshots
Download pertext Extension CRX File
Download pertext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | pertext |
ID | jbbmfopbiibcgfedhckafpgbpmagljjh |
Official URL | https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh |
Description | PERT estimation tool |
File Size | 32.53 KB |
Installation Count | 147 |
Current Version | 0.3.0 |
Last Updated | 2023-12-19 |
Publish Date | 2018-07-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://skim.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |