Jenkins Job Monitor

This extension displays the status of all your jobs in jenkins

Что такое Jenkins Job Monitor?

Jenkins Job Monitor - это расширение Chrome, разработанное appsnsnaps, и его основная функция - "This extension displays the status of all your jobs in jenkins".

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

screenshot
screenshot

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

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

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

                        Professional Jenkins job monitor for DevOps teams and hardcore developers, monitor jobs in real time, over multiple servers, pick and choose the jobs you want to monitor.                    

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

Название Jenkins Job Monitor Jenkins Job Monitor
ID cpaogofeageccpncijfkooacphpiknac
Официальный URL https://chromewebstore.google.com/detail/jenkins-job-monitor/cpaogofeageccpncijfkooacphpiknac
Описание This extension displays the status of all your jobs in jenkins
Размер файла 30.25 KB
Количество установок 19
Текущая Версия 0.3.1
Последнее Обновление 2016-04-26
Дата публикации 2016-04-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик appsnsnaps
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jenkins Job Monitor",
    "description": "This extension displays the status of all your jobs in jenkins",
    "version": "0.3.1",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "icon48x48.png",
        "128": "icon128x128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ]
}