Simple Bamboo Monitor
Simple Bamboo Monitor
Simple Bamboo Monitorคืออะไร?
Simple Bamboo Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xiaoxin และคุณลักษณะหลักของมันคือ "Simple Bamboo Monitor"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Bamboo Monitor
ดาวน์โหลดไฟล์ส่วนขยาย Simple Bamboo Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |