pertext

PERT estimation tool

Qu'est-ce que pertext ?

pertext est une extension Chrome développée par https://skim.dev, et sa fonction principale est "PERT estimation tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension pertext

Téléchargez les fichiers d'extension pertext au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom pertext pertext
ID jbbmfopbiibcgfedhckafpgbpmagljjh
URL Officiel https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh
Description PERT estimation tool
Taille du Fichier 32.53 KB
Nombre d'Installations 147
Version Actuelle 0.3.0
Dernière Mise à Jour 2023-12-19
Date de Publication 2018-07-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://skim.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}