JIRA Notifier

Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.

¿Qué es JIRA Notifier?

JIRA Notifier es una extensión de Chrome desarrollada por Roman Gulevskiy, y su función principal es "Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión JIRA Notifier

Descarga archivos de extensión JIRA Notifier 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

                        This extension allows you to receive notifications about any events from your JIRA® activity stream and follow issues from your projects.

Also you can choose what types of events you want to be notified of, set the interval of notifications and customize issue list popup to make your experience better.

JIRA® names and logos are trademarks of Atlassian®.                    

Información Básica de la Extensión

Nombre JIRA Notifier JIRA Notifier
ID pfipgkbjbojfdhhidcomjfgaakehpfdk
URL Oficial https://chromewebstore.google.com/detail/jira-notifier/pfipgkbjbojfdhhidcomjfgaakehpfdk
Descripción Allows you to receive notifications from your JIRA® activity stream and follow issues from projects.
Tamaño del Archivo 52.7 KB
Cantidad de Instalaciones 1,028
Versión Actual 2.1.1
Última Actualización 2022-06-29
Fecha de Publicación 2018-05-18
Calificación 3.75/5 Total de 8 Calificaciones
Desarrollador Roman Gulevskiy
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://rg-developer.ru/jira-notifier/privacy-policy.html
Idiomas Soportados en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "JIRA Notifier"
    },
    "description": "Allows you to receive notifications from your JIRA\u00ae activity stream and follow issues from projects.",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjffcPXP+TGmRFQrkUZQPeiH6v3i07w6\/ep+3GGujaOgvcxGBb\/dAVEiBIppGTNqgxs\/IvLYSpx8oTCJ0fXkncQieUK3q7ur6tYLv+TODz6TV4h+oxPl1ojzU4\/xqi7hpr7Himl8AJfUTJMmUmr0z1cgr6nGXFY1XxCJ6S\/7Ydfjf4ZUcTZOmfG7lm+j\/csVtgIAFoCyHhcYiSFYi84A+eQuybB359VR4h\/584raPN\/nqgQl47uNq2noznn4FlVUKcUd8y+Jt+WktnQDvafvgZ1wucUZv5vyShcKk2GW0ihhCa6Po2KqJ5HA7L45rBCbGNt9MhEdWY98ifPFUtp7JlwIDAQAB",
    "manifest_version": 2,
    "name": "JIRA Notifier",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.1"
}