Jazz RTC - QuickSearch
This extension enables a basic/fast search of Work items in jazz servers
Cos'è Jazz RTC - QuickSearch?
Jazz RTC - QuickSearch è un'estensione di Chrome sviluppata da fedecarpi, e la sua funzione principale è "This extension enables a basic/fast search of Work items in jazz servers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jazz RTC - QuickSearch
Scarica i file di estensione Jazz RTC - QuickSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This chrome extension enables you to run quick Work Items searches (by number or free text) in a running instance of Jazz server.
Informazioni di Base sull'Estensione
Nome | |
ID | bpehmocojgaplghkihdfbhojcfdakfpl |
URL Ufficiale | https://chromewebstore.google.com/detail/jazz-rtc-quicksearch/bpehmocojgaplghkihdfbhojcfdakfpl |
Descrizione | This extension enables a basic/fast search of Work items in jazz servers |
Dimensione del File | 48.26 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-09-30 |
Data di Pubblicazione | 2015-09-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | fedecarpi |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fedecarpi/jazz-chrome-extension |
Lingue Supportate | 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]" } |