Jira Timesheet for Google Chrome
Gets the worklogs from the project, filter and group them by user and generate a weekly report.
Что такое Jira Timesheet for Google Chrome?
Jira Timesheet for Google Chrome - это расширение Chrome, разработанное Dyeison Carraro, и его основная функция - "Gets the worklogs from the project, filter and group them by user and generate a weekly report.".
Снимки экрана расширения
Скачать файл CRX расширения Jira Timesheet for Google Chrome
Скачайте файлы расширений Jira Timesheet for Google Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | Jira Timesheet for Google Chrome |
ID | icdeoclacajhnleplbffkcbhgpocikda |
Официальный URL | https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda |
Описание | Gets the worklogs from the project, filter and group them by user and generate a weekly report. |
Размер файла | 213 KB |
Количество установок | 378 |
Текущая Версия | 0.4 |
Последнее Обновление | 2015-11-04 |
Дата публикации | 2015-11-04 |
Рейтинг | 4.00/5 Всего 5 оценок |
Разработчик | Dyeison Carraro |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Timesheet for Google Chrome", "short_name": "Jira-TimeSheet", "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.", "version": "0.4", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Jira Timesheet", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |