Trimble search for JIRA
Quick and efficient search in JIRA
What is Trimble search for JIRA?
Trimble search for JIRA is a Chrome extension developed by Oleksandr Parfessa, and its main feature is "Quick and efficient search in JIRA".
Extension Screenshots
Download Trimble search for JIRA Extension CRX File
Download Trimble search for JIRA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Trimble search for JIRA |
ID | cpkpncphdkaagggffjhacdpimocmcejg |
Official URL | https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg |
Description | Quick and efficient search in JIRA |
File Size | 62.21 KB |
Installation Count | 61 |
Current Version | 1.4 |
Last Updated | 2020-10-29 |
Publish Date | 2020-07-28 |
Developer | Oleksandr Parfessa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |