Trimble search for JIRA

Quick and efficient search in JIRA

O que é Trimble search for JIRA?

Trimble search for JIRA é uma extensão do Chrome desenvolvida por Oleksandr Parfessa, e sua principal característica é "Quick and efficient search in JIRA".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Trimble search for JIRA

Baixe arquivos de extensão Trimble search for JIRA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Trimble search for JIRA Trimble search for JIRA
ID cpkpncphdkaagggffjhacdpimocmcejg
URL Oficial https://chromewebstore.google.com/detail/trimble-search-for-jira/cpkpncphdkaagggffjhacdpimocmcejg
Descrição Quick and efficient search in JIRA
Tamanho do Arquivo 62.21 KB
Contagem de Instalações 61
Versão Atual 1.4
Última Atualização 2020-10-29
Data de Publicação 2020-07-28
Desenvolvedor Oleksandr Parfessa
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}