JIRAWorker

Track JIRA WorkLogs

Что такое JIRAWorker?

JIRAWorker - это расширение Chrome, разработанное JIRALyzer, и его основная функция - "Track JIRA WorkLogs".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easily track the amount of hours logged in JIRA over a set time period.

A great and easy way for Managers and Users alike to track their hours in JIRA in a nice and easy to use interface.

Now with support for up to two teams
Dynamically enable/disable particular user(s) for easier overview

Displays current, and projected, velocity.

Fully responsive and retina ready                    

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

Название JIRAWorker JIRAWorker
ID dcajmbfhmbfebahjbacngajigbapedjn
Официальный URL https://chrome.google.com/webstore/detail/jiraworker/dcajmbfhmbfebahjbacngajigbapedjn
Описание Track JIRA WorkLogs
Размер файла 1.77 MB
Количество установок 40
Текущая Версия 0.0.0.5
Последнее Обновление 2017-01-20
Дата публикации 2017-01-20
Разработчик JIRALyzer
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRAWorker",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "description": "Track JIRA WorkLogs",
    "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": "JIRAWorker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "src\/inject\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}