Cassandra Test Engineering Task Board addons
Adds niceties to the Cassandra Test Engineering Task Board .
Cassandra Test Engineering Task Board addonsคืออะไร?
Cassandra Test Engineering Task Board addons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan McGuire (EnigmaCurry) และคุณลักษณะหลักของมันคือ "Adds niceties to the Cassandra Test Engineering Task Board ."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cassandra Test Engineering Task Board addons
ดาวน์โหลดไฟล์ส่วนขยาย Cassandra Test Engineering Task Board addons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This modifies the Cassandra Test Engineering Task Board to show the avatars of the people testing the tickets displayed, rather than the original assignee.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cassandra Test Engineering Task Board addons |
ID | pdoaiakbpeijgdkdfbbjomfcmagpokoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cassandra-test-engineerin/pdoaiakbpeijgdkdfbbjomfcmagpokoe |
คำอธิบาย | Adds niceties to the Cassandra Test Engineering Task Board . |
ขนาดไฟล์ | 33.12 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-05-05 |
วันที่เผยแพร่ | 2014-05-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Ryan McGuire (EnigmaCurry) |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=39 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cassandra Test Engineering Task Board addons", "description": "Adds niceties to the Cassandra Test Engineering Task Board .", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/issues.apache.org\/jira\/secure\/RapidBoard.jspa?rapidView=39*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ] } ] } |