ci-chrome-notification
Send chome notifications when jenkins or hudson builds status has changed
Τι είναι το ci-chrome-notification;
Το ci-chrome-notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Damien GOUYETTE, και η κύρια λειτουργία του είναι "Send chome notifications when jenkins or hudson builds status has changed".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ci-chrome-notification
Λήψη αρχείων επέκτασης ci-chrome-notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to follow a part or all of the integration server's builds. Supports jenkins and hudson
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kbgdbodpeimjhldaelnhmmffkbdacbln |
Επίσημο URL | https://chrome.google.com/webstore/detail/ci-chrome-notification/kbgdbodpeimjhldaelnhmmffkbdacbln |
Περιγραφή | Send chome notifications when jenkins or hudson builds status has changed |
Μέγεθος Αρχείου | 225 KB |
Αριθμός Εγκαταστάσεων | 43 |
Τρέχουσα Έκδοση | 0.5.0 |
Τελευταία Ενημέρωση | 2013-09-19 |
Ημερομηνία Δημοσίευσης | 2013-09-19 |
Αξιολόγηση | 4.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Damien GOUYETTE |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.cestpasdur.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/dgouyette/ci-chrome-notification/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "page": "background.htm" }, "content_scripts": [ { "js": [ "js\/jquery-1.8.3.min.js", "js\/functions.js", "js\/background.js", "js\/underscore-1.4.3.min.js" ], "matches": [ "http:\/\/jquery.com\/*" ] } ], "web_accessible_resources": [ "js\/jquery-1.8.3.min.js", "img\/health-00to19.png", "img\/health-00to19.png", "img\/health-20to39.png", "img\/health-40to59.png", "img\/health-60to79.png", "img\/health-80.png" ], "description": "Send chome notifications when jenkins or hudson builds status has changed", "browser_action": { "default_icon": "favicon.ico", "popup": "options.htm", "default_popup": "options.htm" }, "icons": { "128": "favicon.ico" }, "name": "ci-chrome-notification", "options_page": "options.htm", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5.0", "manifest_version": 2 } |