Jenkins Build Monitor

Get status of Jenkins builds

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

Jenkins Build Monitor - это расширение Chrome, разработанное Ashish Mathur, и его основная функция - "Get status of Jenkins builds".

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

screenshot
screenshot

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

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

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

                        Monitor your builds without navigating to Jenkins CI server. This extension will help you monitor your Jenkins builds from CI server with ease. Here are some the features :

1. Easy to set up with in seconds.
2. Fast results from multiple builds.
3. Easy to understand results.
4. Hovering over build numbers will give you the executor name, and same changes can be seen on hovering over results.
5. Personalized monitor view.
6. Easy to add or remove builds.

Note: This extension does not provide unauthorized access, so if Jenkins builds information is behind login or VPN, this extensions might not work.                    

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

Название Jenkins Build Monitor Jenkins Build Monitor
ID hgogogngagbdbpbbdidjimcnjmhfcngi
Официальный URL https://chromewebstore.google.com/detail/jenkins-build-monitor/hgogogngagbdbpbbdidjimcnjmhfcngi
Описание Get status of Jenkins builds
Размер файла 70.77 KB
Количество установок 49
Текущая Версия 1.2
Последнее Обновление 2021-01-31
Дата публикации 2020-11-25
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Ashish Mathur
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jenkins Build Monitor",
    "version": "1.2",
    "description": "Get status of Jenkins builds",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "image128.png",
        "48": "image48.png",
        "16": "image16.png"
    },
    "browser_action": {
        "default_icon": "image48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}