AgileMana JIRA assistant

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

¿Qué es AgileMana JIRA assistant?

AgileMana JIRA assistant es una extensión de Chrome desarrollada por https://agilemana.com, y su función principal es "Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AgileMana JIRA assistant

Descarga archivos de extensión AgileMana JIRA assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre AgileMana JIRA assistant AgileMana JIRA assistant
ID bndnbeoklgjfpokbblifccahppafbfng
URL Oficial https://chromewebstore.google.com/detail/agilemana-jira-assistant/bndnbeoklgjfpokbblifccahppafbfng
Descripción Integrates with both JIRA cloud and JIRA server, allows to import tickets into AgileMana and sync results back to JIRA.
Tamaño del Archivo 109 KB
Cantidad de Instalaciones 163
Versión Actual 1.3.2
Última Actualización 2022-04-19
Fecha de Publicación 2020-05-05
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador https://agilemana.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://agilemana.com
URL de la Página de Ayuda https://agilemana.com/faq
Idiomas Soportados 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"
    ]
}