pertext

PERT estimation tool

Vad är pertext?

pertext är en Chrome-tillägg utvecklad av https://skim.dev, och dess huvudfunktion är "PERT estimation tool".

Tilläggsskärmbilder

screenshot

Ladda ner pertext-förlängningens CRX-fil

Ladda ner pertext-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn pertext pertext
ID jbbmfopbiibcgfedhckafpgbpmagljjh
Officiell webbadress https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh
Beskrivning PERT estimation tool
Filstorlek 32.53 KB
Antal Installationer 147
Aktuell Version 0.3.0
Senast Uppdaterad 2023-12-19
Publiceringsdatum 2018-07-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://skim.dev
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}