Jazz RTC - QuickSearch
This extension enables a basic/fast search of Work items in jazz servers
什么是Jazz RTC - QuickSearch?
Jazz RTC - QuickSearch是由fedecarpi开发的Chrome扩展程序,该扩展的主要功能是“This extension enables a basic/fast search of Work items in jazz servers”。
扩展截图
下载Jazz RTC - QuickSearch扩展crx文件
下载Jazz RTC - QuickSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension enables you to run quick Work Items searches (by number or free text) in a running instance of Jazz server. 扩展基本信息
| 名称 | |
| ID | bpehmocojgaplghkihdfbhojcfdakfpl |
| 官方URL | https://chromewebstore.google.com/detail/jazz-rtc-quicksearch/bpehmocojgaplghkihdfbhojcfdakfpl |
| 简介 | This extension enables a basic/fast search of Work items in jazz servers |
| 文件大小 | 48.26 KB |
| 安装次数 | 13 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-09-30 |
| 上架时间 | 2015-09-30 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | fedecarpi |
| 付费类型 | free |
| 扩展官网 | https://github.com/fedecarpi/jazz-chrome-extension |
| 支持的语言 | 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]"
} | |