ReportJ

The reporting helper for JIRA system.

Wat is ReportJ?

ReportJ is een Chrome-extensie ontwikkeld door mishani0x0ef, en de belangrijkste functie is "The reporting helper for JIRA system.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ReportJ

Download ReportJ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ReportJ ReportJ
ID hijbdbjoelgicnhnghhhlkpbhjdmchfg
Officiële URL https://chromewebstore.google.com/detail/reportj/hijbdbjoelgicnhnghhhlkpbhjdmchfg
Beschrijving The reporting helper for JIRA system.
Bestandsgrootte 447 KB
Aantal Installaties 48
Huidige Versie 2.8.1
Laatst Bijgewerkt 2023-07-26
Publicatiedatum 2018-05-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mishani0x0ef
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mishani0x0ef/ReportJ
Ondersteunde Talen 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"
    ]
}