Raptorize for Rally
Instant Velociraptor for your Rally (CA Agile Central) board
Raptorize for Rallyคืออะไร?
Raptorize for Rally เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dreyguy และคุณลักษณะหลักของมันคือ "Instant Velociraptor for your Rally (CA Agile Central) board"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raptorize for Rally
ดาวน์โหลดไฟล์ส่วนขยาย Raptorize for Rally ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spice up your development process with a little fun! This extension will raptorize the screen when you drag tasks to "Done" in Rally. Animations can also be played when tasks are unblocked, assigned, flow backwards, or blocked. *NEW in this release* - Fixed an issue with onStoryComplete not firing - Specify your own hooks for ultimate customization! Features: - Pick your custom image (Unicorn, Superman, Raptor, Raptor w/ Hat) - Select RANDOM as image to use a random image - Random sounds available - User theme song on assign - Define a custom sound by URL - Card age accentuator - Sound effects when tasks are blocked - New event for tasks flowing backwards - Use a custom image of your choosing Special thanks to: Zurb Studios - for creating the initial jquery plugin http://zurb.com/playground/jquery-raptorize Alex Brovkin - for the work on the original chrome extension http://brovalex.com/2015/01/26/raptorize-for-chrome/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Raptorize for Rally |
ID | mkcefhphmjgojfnpdmajoceoekebapbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/raptorize-for-rally/mkcefhphmjgojfnpdmajoceoekebapbb |
คำอธิบาย | Instant Velociraptor for your Rally (CA Agile Central) board |
ขนาดไฟล์ | 14.2 MB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.5.107 |
อัปเดตครั้งล่าสุด | 2020-04-02 |
วันที่เผยแพร่ | 2020-04-02 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | dreyguy |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/markdreyer/rallyrap |
URL หน้าช่วยเหลือ | https://github.com/markdreyer/rallyrap/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon.png", "icons": [ "img\/icon.png" ], "name": "Rally Raptorize" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/events.DOM.js", "js\/events.js", "js\/raptorize.js", "js\/rallyrap.js", "js\/layering.js" ], "css": [ "css\/rallyrap.css" ], "matches": [ "*:\/\/*.rallydev.com\/*" ] } ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "description": "Instant Velociraptor for your Rally (CA Agile Central) board", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Raptorize for Rally", "permissions": [ "activeTab", "*:\/\/*.rallydev.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.107", "web_accessible_resources": [ "img\/*", "audio\/*" ] } |