Simple Bamboo Monitor
Simple Bamboo Monitor
Simple Bamboo Monitor란 무엇입니까?
Simple Bamboo Monitor은(는) Xiaoxin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Bamboo Monitor"입니다.
확장 프로그램 스크린샷
Simple Bamboo Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple Bamboo Monitor will monitor your favorite Bamboo plans. ✓ Status of your Favorite plans displayed in a browser badge ✓ Desktop Notifications are displayed when browser is in the background ✓ Hovering over the browser action will show you which builds are broken ✓ Clicking on the browser action takes you to your Bamboo page ✓ Syncs with Google Sign In New in 0.4.0 - This update contains user contributed fixes. Thanks! ☂ Fixed notifications. ☂ Improved message formatting. ☂ Fixed monitoring for large projects. In 0.3.4 ☂ Fix problem with connecting to a https bamboo server. Maybe.. I don't have a https enabled server to test against. Setup Instructions ----------------- 1) Log into your Bamboo account and select your Favorites by clicking on the star next to the Plan. These favorites will be monitored by the extension 2) Point the extension to your Atlassian Bamboo url in the extension's Options page (The first paged displayed after installing this extension)
확장 프로그램 기본 정보
이름 | |
ID | babcmeamgbmcngiooocmjkhkahofipad |
공식 URL | https://chrome.google.com/webstore/detail/simple-bamboo-monitor/babcmeamgbmcngiooocmjkhkahofipad |
설명 | Simple Bamboo Monitor |
파일 크기 | 61.85 KB |
설치 횟수 | 51 |
현재 버전 | 0.4.4 |
최근 업데이트 | 2016-06-23 |
출시 날짜 | 2016-06-23 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Xiaoxin |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/hyperlink/bamboo |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Bamboo Monitor", "version": "0.4.4", "manifest_version": 2, "description": "Simple Bamboo Monitor", "background": { "scripts": [ "js\/lib\/jquery-2.0.2.min.js", "js\/lib\/apiconnect.js", "js\/bamboo_api.js", "js\/browserAction.js", "js\/app.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "images\/logo_bamboo_small.png", "default_title": "Status" }, "icons": { "48": "images\/BAMBOO.png", "128": "images\/bamboo128.png" }, "permissions": [ "storage", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "images\/BAMBOO.png" ] } |