ReportJ

The reporting helper for JIRA system.

O que é ReportJ?

ReportJ é uma extensão do Chrome desenvolvida por mishani0x0ef, e sua principal característica é "The reporting helper for JIRA system.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ReportJ

Baixe arquivos de extensão ReportJ 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

                        Designed to improve reporting experience inside JIRA system. Main features: reporting templates; reporting based on commits (SVN, Git); close issue with reset remaining estimate.                    

Informações Básicas da Extensão

Nome ReportJ ReportJ
ID hijbdbjoelgicnhnghhhlkpbhjdmchfg
URL Oficial https://chromewebstore.google.com/detail/reportj/hijbdbjoelgicnhnghhhlkpbhjdmchfg
Descrição The reporting helper for JIRA system.
Tamanho do Arquivo 447 KB
Contagem de Instalações 48
Versão Atual 2.8.1
Última Atualização 2023-07-26
Data de Publicação 2018-05-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor mishani0x0ef
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mishani0x0ef/ReportJ
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReportJ",
    "description": "The reporting helper for JIRA system.",
    "homepage_url": "https:\/\/github.com\/mishani0x0ef\/reportj",
    "version": "2.8.1",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "build\/manifest.js",
            "build\/vendor.js",
            "build\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "ReportJ",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "build\/content.css"
            ],
            "js": [
                "build\/manifest.js",
                "build\/vendor.js",
                "build\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "options.html"
    ]
}