pertext

PERT estimation tool

Что такое pertext?

pertext - это расширение Chrome, разработанное https://skim.dev, и его основная функция - "PERT estimation tool".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения pertext

Скачайте файлы расширений pertext в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название pertext pertext
ID jbbmfopbiibcgfedhckafpgbpmagljjh
Официальный URL https://chromewebstore.google.com/detail/pertext/jbbmfopbiibcgfedhckafpgbpmagljjh
Описание PERT estimation tool
Размер файла 32.53 KB
Количество установок 147
Текущая Версия 0.3.0
Последнее Обновление 2023-12-19
Дата публикации 2018-07-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://skim.dev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": []
}