AgileMana JIRA assistant

Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.

O que é AgileMana JIRA assistant?

AgileMana JIRA assistant é uma extensão do Chrome desenvolvida por https://agilemana.com, e sua principal característica é "Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AgileMana JIRA assistant

Baixe arquivos de extensão AgileMana JIRA assistant 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

                        AgileMana JIRA Assistant, allows users to easily create rooms, add JIRA tickets and sync points back to JIRA.                    

Informações Básicas da Extensão

Nome AgileMana JIRA assistant AgileMana JIRA assistant
ID bndnbeoklgjfpokbblifccahppafbfng
URL Oficial https://chromewebstore.google.com/detail/agilemana-jira-assistant/bndnbeoklgjfpokbblifccahppafbfng
Descrição Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.
Tamanho do Arquivo 109 KB
Contagem de Instalações 163
Versão Atual 1.3.2
Última Atualização 2022-04-19
Data de Publicação 2020-05-05
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://agilemana.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://agilemana.com
URL da Página de Ajuda https://agilemana.com/faq
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.",
    "version": "1.3.2",
    "manifest_version": 3,
    "name": "AgileMana JIRA assistant",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "_default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}