Raptorize for Rally

Instant Velociraptor for your Rally (CA Agile Central) board

Raptorize for Rally क्या है?

Raptorize for Rally dreyguy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant Velociraptor for your Rally (CA Agile Central) board"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Raptorize for Rally एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}