Trimble search for JIRA

Quick and efficient search in JIRA

Cos'è Trimble search for JIRA?

Trimble search for JIRA è un'estensione di Chrome sviluppata da Oleksandr Parfessa, e la sua funzione principale è "Quick and efficient search in JIRA".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trimble search for JIRA

Scarica i file di estensione Trimble search for JIRA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trimble search for JIRA Trimble search for JIRA
ID cpkpncphdkaagggffjhacdpimocmcejg
URL Ufficiale https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg
Descrizione Quick and efficient search in JIRA
Dimensione del File 62.21 KB
Conteggio Installazioni 61
Versione Corrente 1.4
Ultimo Aggiornamento 2020-10-29
Data di Pubblicazione 2020-07-28
Sviluppatore Oleksandr Parfessa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}