Yet Another Jenkins Notifier

This extension notifies you on Jenkins build results.

Qu'est-ce que Yet Another Jenkins Notifier ?

Yet Another Jenkins Notifier est une extension Chrome développée par Guillaume Girou, et sa fonction principale est "This extension notifies you on Jenkins build results.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yet Another Jenkins Notifier

Téléchargez les fichiers d'extension Yet Another Jenkins Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension monitors Jenkins jobs and notifies you of build results with desktop notifications.

Features:  
✔ Pop-up notifications  
✔ Single job, view jobs or all jobs monitoring  
✔ Folder and Pipeline support  
✔ Multiple Jenkins servers support  
✔ Number of failing, unstable or stable jobs in icon badge  
✔ Choose to be notified on every build or on every unstable build  

Source code:
https://github.com/ggirou/yet-another-jenkins-notifier

Found a bug? Please submit an issue or even better, submit a pull request :)
https://github.com/ggirou/yet-another-jenkins-notifier/issues/new

Copyright 2016 Yet Another Jenkins Notifier.
Released under GNU General Public License v3.0.                    

Informations de Base sur l'Extension

Nom Yet Another Jenkins Notifier Yet Another Jenkins Notifier
ID cimdjdaglanfkpfpoemjkfkmjgkmahpg
URL Officiel https://chromewebstore.google.com/detail/yet-another-jenkins-notif/cimdjdaglanfkpfpoemjkfkmjgkmahpg
Description This extension notifies you on Jenkins build results.
Taille du Fichier 196 KB
Nombre d'Installations 2,055
Version Actuelle 2.3.1
Dernière Mise à Jour 2016-11-16
Date de Publication 2016-11-16
Évaluation 4.43/5 Total 23 Évaluations
Développeur Guillaume Girou
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ggirou/yet-another-jenkins-notifier
URL de la Page d'Aide https://github.com/ggirou/yet-another-jenkins-notifier/issues/new
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet Another Jenkins Notifier",
    "description": "This extension notifies you on Jenkins build results.",
    "author": "Guillaume Girou",
    "homepage_url": "https:\/\/github.com\/ggirou\/yet-another-jenkins-notifier",
    "version": "2.3.1",
    "minimum_chrome_version": "45",
    "browser_action": {
        "browser_style": false,
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Yet Another Jenkins Notifier"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/services.js",
            "js\/background.js",
            "js\/ga.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "storage",
        "notifications"
    ]
}