Raptorize for Rally

Instant Velociraptor for your Rally (CA Agile Central) board

Raptorize for Rally란 무엇입니까?

Raptorize for Rally은(는) dreyguy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant Velociraptor for your Rally (CA Agile Central) board"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Raptorize for Rally 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}