Jazz RTC - QuickSearch

This extension enables a basic/fast search of Work items in jazz servers

What is Jazz RTC - QuickSearch?

Jazz RTC - QuickSearch is a Chrome extension developed by fedecarpi, and its main feature is "This extension enables a basic/fast search of Work items in jazz servers".

Extension Screenshots

screenshot

Download Jazz RTC - QuickSearch Extension CRX File

Download Jazz RTC - QuickSearch 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 chrome extension enables you to run quick Work Items searches (by number or free text) in a running instance of Jazz server.                    

Extension Basic Information

Name Jazz RTC - QuickSearch Jazz RTC - QuickSearch
ID bpehmocojgaplghkihdfbhojcfdakfpl
Official URL https://chromewebstore.google.com/detail/jazz-rtc-quicksearch/bpehmocojgaplghkihdfbhojcfdakfpl
Description This extension enables a basic/fast search of Work items in jazz servers
File Size 48.26 KB
Installation Count 13
Current Version 1.2
Last Updated 2015-09-30
Publish Date 2015-09-30
Rating 5.00/5 Total 1 Ratings
Developer fedecarpi
Payment Type free
Extension Website https://github.com/fedecarpi/jazz-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jazz RTC - QuickSearch",
    "description": "This extension enables a basic\/fast search of Work items in jazz servers",
    "version": "1.2",
    "browser_action": {
        "default_icon": "RTC.png",
        "default_popup": "popup.html",
        "default_title": "Jazz - RTC"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    },
    "icons": {
        "16": "RTC16.png",
        "128": "RTC128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab"
    ],
    "author": "Federico Eduardo Carpi - [email protected]"
}