Trimble search for JIRA
Quick and efficient search in JIRA
什么是Trimble search for JIRA?
Trimble search for JIRA是由Oleksandr Parfessa开发的Chrome扩展程序,该扩展的主要功能是“Quick and efficient search in JIRA”。
扩展截图
下载Trimble search for JIRA扩展crx文件
下载Trimble search for JIRA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Be more efficient with advanced search in JIRA. And find more tickets with Smart search. Use your favorite filters. And sort the tickets in order as you want. Note. This extension works only for Trimble.
扩展基本信息
名称 | Trimble search for JIRA |
ID | cpkpncphdkaagggffjhacdpimocmcejg |
官方URL | https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg |
简介 | Quick and efficient search in JIRA |
文件大小 | 62.21 KB |
安装次数 | 61 |
当前版本 | 1.4 |
更新时间 | 2020-10-29 |
上架时间 | 2020-07-28 |
开发者 | Oleksandr Parfessa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trimble search for JIRA", "description": "Quick and efficient search in JIRA", "version": "1.4", "author": "Oleksandr Parfessa", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "web_input.js" ], "persistent": false }, "permissions": [ "storage", "tabs", "https:\/\/jira.trimble.tools\/*", "activeTab", "notifications", "webNavigation" ], "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" } } |