JIRA Capex Report

Creates a capex report based on your JIRA issues

Что такое JIRA Capex Report?

JIRA Capex Report - это расширение Chrome, разработанное JIRALyzer, и его основная функция - "Creates a capex report based on your JIRA issues".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Using Atlassian JIRA - create a report showing all logged time, including sub-tasks, during your specified time period!

Commonly used to be able to capitalise time, for instance.


Simply enter your JIRA URL, credentials, and JQL of the JIRAs that you wish to analyze.                    

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

Название JIRA Capex Report JIRA Capex Report
ID nojcohbbfnojelnpelcookmhljdkfjaj
Официальный URL https://chromewebstore.google.com/detail/jira-capex-report/nojcohbbfnojelnpelcookmhljdkfjaj
Описание Creates a capex report based on your JIRA issues
Размер файла 1.35 MB
Количество установок 15
Текущая Версия 0.0.0.7
Последнее Обновление 2017-03-15
Дата публикации 2017-03-15
Разработчик JIRALyzer
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/joacim-boive/jira-capex
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA Capex Report",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Creates a capex report based on your JIRA issues",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRA Capex Report",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ]
}