Raptorize for Rally

Instant Velociraptor for your Rally (CA Agile Central) board

Raptorize for Rally là gì?

Raptorize for Rally là một tiện ích mở rộng Chrome được phát triển bởi dreyguy, và tính năng chính của nó là "Instant Velociraptor for your Rally (CA Agile Central) board".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Raptorize for Rally

Tải xuống các tệp mở rộng Raptorize for Rally dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Raptorize for Rally Raptorize for Rally
ID mkcefhphmjgojfnpdmajoceoekebapbb
URL Chính Thức https://chromewebstore.google.com/detail/raptorize-for-rally/mkcefhphmjgojfnpdmajoceoekebapbb
Mô tả Instant Velociraptor for your Rally (CA Agile Central) board
Kích Thước Tệp 14.2 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.5.107
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-04-02
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển dreyguy
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/markdreyer/rallyrap
URL Trang Trợ Giúp https://github.com/markdreyer/rallyrap/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}