Trimble search for JIRA
Quick and efficient search in JIRA
Wat is Trimble search for JIRA?
Trimble search for JIRA is een Chrome-extensie ontwikkeld door Oleksandr Parfessa, en de belangrijkste functie is "Quick and efficient search in JIRA".
Extensie Screenshots
Download het CRX-bestand van de extensie Trimble search for JIRA
Download Trimble search for JIRA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Trimble search for JIRA |
ID | cpkpncphdkaagggffjhacdpimocmcejg |
Officiële URL | https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg |
Beschrijving | Quick and efficient search in JIRA |
Bestandsgrootte | 62.21 KB |
Aantal Installaties | 61 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2020-10-29 |
Publicatiedatum | 2020-07-28 |
Ontwikkelaar | Oleksandr Parfessa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |