pertext
PERT estimation tool
Was ist pertext?
pertext ist eine Chrome-Erweiterung, die von https://skim.dev entwickelt wurde, und ihr Hauptmerkmal ist "PERT estimation tool".
Erweiterungsscreenshots
pertext-Erweiterungs-CRX-Datei herunterladen
Laden Sie pertext-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | pertext |
ID | jbbmfopbiibcgfedhckafpgbpmagljjh |
Offizielle URL | https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh |
Beschreibung | PERT estimation tool |
Dateigröße | 32.53 KB |
Installationsanzahl | 147 |
Aktuelle Version | 0.3.0 |
Letztes Update | 2023-12-19 |
Veröffentlichungsdatum | 2018-07-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://skim.dev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |