Cassandra Test Engineering Task Board addons

Adds niceties to the Cassandra Test Engineering Task Board .

What is Cassandra Test Engineering Task Board addons?

Cassandra Test Engineering Task Board addons is a Chrome extension developed by Ryan McGuire (EnigmaCurry), and its main feature is "Adds niceties to the Cassandra Test Engineering Task Board .".

Extension Screenshots

screenshot

Download Cassandra Test Engineering Task Board addons Extension CRX File

Download Cassandra Test Engineering Task Board addons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This modifies the Cassandra Test Engineering Task Board to show the avatars of the people testing the tickets displayed, rather than the original assignee.                    

Extension Basic Information

Name Cassandra Test Engineering Task Board addons Cassandra Test Engineering Task Board addons
ID pdoaiakbpeijgdkdfbbjomfcmagpokoe
Official URL https://chromewebstore.google.com/detail/cassandra-test-engineerin/pdoaiakbpeijgdkdfbbjomfcmagpokoe
Description Adds niceties to the Cassandra Test Engineering Task Board .
File Size 33.12 KB
Installation Count 22
Current Version 0.2
Last Updated 2014-05-05
Publish Date 2014-05-05
Rating 5.00/5 Total 1 Ratings
Developer Ryan McGuire (EnigmaCurry)
Payment Type free
Extension Website https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=39
Supported Languages 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"
            ]
        }
    ]
}