Trimble search for JIRA

Quick and efficient search in JIRA

Co je Trimble search for JIRA?

Trimble search for JIRA je rozšíření Chrome vyvinuté Oleksandr Parfessa, a jeho hlavní funkcí je „Quick and efficient search in JIRA“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Trimble search for JIRA

Stáhněte si soubory rozšíření Trimble search for JIRA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trimble search for JIRA Trimble search for JIRA
ID cpkpncphdkaagggffjhacdpimocmcejg
Oficiální URL https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg
Popis Quick and efficient search in JIRA
Velikost souboru 62.21 KB
Počet instalací 61
Aktuální Verze 1.4
Poslední Aktualizace 2020-10-29
Datum Vydání 2020-07-28
Vývojář Oleksandr Parfessa
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}