pertext
PERT estimation tool
O que é pertext?
pertext é uma extensão do Chrome desenvolvida por https://skim.dev, e sua principal característica é "PERT estimation tool".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão pertext
Baixe arquivos de extensão pertext no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | pertext |
ID | jbbmfopbiibcgfedhckafpgbpmagljjh |
URL Oficial | https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh |
Descrição | PERT estimation tool |
Tamanho do Arquivo | 32.53 KB |
Contagem de Instalações | 147 |
Versão Atual | 0.3.0 |
Última Atualização | 2023-12-19 |
Data de Publicação | 2018-07-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://skim.dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |