Pronama-chan Jenkins Notifier for Chrome™
プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井…
What is Pronama-chan Jenkins Notifier for Chrome™?
Pronama-chan Jenkins Notifier for Chrome™ is a Chrome extension developed by https://pronama.jp, and its main feature is "プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井…".
Extension Screenshots
Download Pronama-chan Jenkins Notifier for Chrome™ Extension CRX File
Download Pronama-chan Jenkins Notifier for Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井 慧の音声は、許諾を得て利用しています。アプリ以外での利用(音声の抽出、加工、公開などの行為)を禁止します。 Original extension: https://chrome.google.com/webstore/detail/jenkins-notifier-for-chro/mnjbjjllbclkpnebaddhkoonjelmiekm/details
Extension Basic Information
Name | Pronama-chan Jenkins Notifier for Chrome™ |
ID | ehiondhbchehdabfefjcbnkfinflnlmg |
Official URL | https://chromewebstore.google.com/detail/pronama-chan-jenkins-noti/ehiondhbchehdabfefjcbnkfinflnlmg |
Description | プロ生ちゃん(暮井 慧)が Jenkins のジョブ結果を通知します。 詳細は http://pronama.azurewebsites.net/2014/07/07/pronama-chan-jenkins/ 暮井… |
File Size | 220 KB |
Installation Count | 17 |
Current Version | 0.1 |
Last Updated | 2014-07-07 |
Publish Date | 2014-07-06 |
Developer | https://pronama.jp |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "name": "Pronama-chan Jenkins Notifier for Chrome\u2122", "version": "0.1", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "web_accessible_resources": [ "images\/blue.png", "images\/red.png", "images\/yellow.png", "images\/grey.png" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "Pronama-chan Jenkins Notifier for Chrome\u2122", "default_popup": "options.html" }, "permissions": [ "background", "notifications", "http:\/\/*\/", "https:\/\/*\/" ] } |