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 |
Eメール | [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" } } |