Trimble search for JIRA
Quick and efficient search in JIRA
Trimble search for JIRA là gì?
Trimble search for JIRA là một tiện ích mở rộng Chrome được phát triển bởi Oleksandr Parfessa, và tính năng chính của nó là "Quick and efficient search in JIRA".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trimble search for JIRA
Tải xuống các tệp mở rộng Trimble search for JIRA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trimble search for JIRA |
ID | cpkpncphdkaagggffjhacdpimocmcejg |
URL Chính Thức | https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg |
Mô tả | Quick and efficient search in JIRA |
Kích Thước Tệp | 62.21 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-10-29 |
Ngày Phát Hành | 2020-07-28 |
Nhà Phát Triển | Oleksandr Parfessa |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |