JIRA Helper
There is a JIRA helper to view charts.
Что такое JIRA Helper?
JIRA Helper - это расширение Chrome, разработанное protonss, и его основная функция - "There is a JIRA helper to view charts.".
Снимки экрана расширения
Скачать файл CRX расширения JIRA Helper
Скачайте файлы расширений JIRA Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
There is a JIRA helper to view charts. Features: - Story BurnDown - Task BurnDown - Points BurnDown - Graphic Pie Using JIRA API to get informations.
Основная информация о расширении
Название | JIRA Helper |
ID | fdenphmjbcefmkehfehjmgfhalmjljda |
Официальный URL | https://chromewebstore.google.com/detail/jira-helper/fdenphmjbcefmkehfehjmgfhalmjljda |
Описание | There is a JIRA helper to view charts. |
Размер файла | 247 KB |
Количество установок | 110 |
Текущая Версия | 1.3.1 |
Последнее Обновление | 2018-03-22 |
Дата публикации | 2018-03-22 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | protonss |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | pt-BR |
manifest.json | |
{ "manifest_version": 2, "version": "1.3.1", "name": "JIRA Helper", "short_name": "Jira Helper", "description": "There is a JIRA helper to view charts.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "styles\/images\/jira-16.png", "48": "styles\/images\/jira-48.png", "128": "styles\/images\/jira-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "styles\/images\/*.png", "scripts\/main.min.js.map", "scripts\/inject.js" ], "content_scripts": [ { "js": [ "scripts\/main.min.js" ], "css": [ "styles\/css\/inject.min.css" ], "matches": [ "*:\/\/*\/*", "file:\/\/*\/*" ] } ], "offline_enabled": false } |