Crucible helper
This extension add some functionalities to Crucible
Crucible helperคืออะไร?
Crucible helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benjamin Santalucia และคุณลักษณะหลักของมันคือ "This extension add some functionalities to Crucible"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crucible helper
ดาวน์โหลดไฟล์ส่วนขยาย Crucible helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A little helper to manage atlassian crucible and to know when you have unread comments or reviews to do A badge on top the icon represent how many comments you have to read A notification will be displayed when you have reviews to do Allow crucible admin to do various operation like cleanup before deleting a user, closing very old reviews, .... Note: This require Crucible REST API to be enabled.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crucible helper |
ID | kcnlbkcdbeeombldnfmjphfdpjchdbem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crucible-helper/kcnlbkcdbeeombldnfmjphfdpjchdbem |
คำอธิบาย | This extension add some functionalities to Crucible |
ขนาดไฟล์ | 307 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2016-04-25 |
วันที่เผยแพร่ | 2016-04-25 |
ผู้พัฒนา | Benjamin Santalucia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ben8p/chrome-extension-crucible-helper |
URL หน้าช่วยเหลือ | https://github.com/ben8p/chrome-extension-crucible-helper/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.3.0", "minimum_chrome_version": "23", "default_locale": "en", "options_page": "screen\/options.html", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "screen\/popup.html" }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/*\/", "http:\/\/*\/" ], "background": { "scripts": [ "vendor\/requireJs\/require.js", "background\/events.js" ], "persistent": true } } |