Jenkins Monitor
Chrome Extensions to monitor your jenkins ci.
Что такое Jenkins Monitor?
Jenkins Monitor - это расширение Chrome, разработанное justlaputa, и его основная функция - "Chrome Extensions to monitor your jenkins ci.".
Снимки экрана расширения
Скачать файл CRX расширения Jenkins Monitor
Скачайте файлы расширений Jenkins Monitor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A chrome extension for your daily use of Jenkins CI(http://jenkins-ci.org/) You can use this extension to view all your jenkins jobs, and get desktop notification of any job status change event.
Основная информация о расширении
Название | Jenkins Monitor |
ID | chhebdmlkojbdgadopnedfmoapbeiofi |
Официальный URL | https://chromewebstore.google.com/detail/jenkins-monitor/chhebdmlkojbdgadopnedfmoapbeiofi |
Описание | Chrome Extensions to monitor your jenkins ci. |
Размер файла | 385 KB |
Количество установок | 236 |
Текущая Версия | 0.1.5 |
Последнее Обновление | 2016-12-12 |
Дата публикации | 2016-12-12 |
Рейтинг | 3.12/5 Всего 17 оценок |
Разработчик | justlaputa |
Тип оплаты | free |
URL страницы помощи | https://github.com/justlaputa/jenkins-chrome/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jenkins Monitor", "version": "0.1.5", "manifest_version": 2, "description": "Chrome Extensions to monitor your jenkins ci.", "homepage_url": "https:\/\/github.com\/justlaputa\/jenkins-monitor", "minimum_chrome_version": "22", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "alarms", "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/blue.png", "img\/green.png", "img\/grey.png", "img\/red.png", "img\/yellow.png" ] } |