ReportJ

The reporting helper for JIRA system.

Apa itu ReportJ?

ReportJ adalah ekstensi Chrome yang dikembangkan oleh mishani0x0ef, dan fitur utamanya adalah "The reporting helper for JIRA system.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ReportJ

Unduh file ekstensi ReportJ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ReportJ ReportJ
ID hijbdbjoelgicnhnghhhlkpbhjdmchfg
URL Resmi https://chromewebstore.google.com/detail/reportj/hijbdbjoelgicnhnghhhlkpbhjdmchfg
Deskripsi The reporting helper for JIRA system.
Ukuran File 447 KB
Jumlah Instalasi 48
Versi Saat Ini 2.8.1
Terakhir Diperbarui 2023-07-26
Tanggal Publikasi 2018-05-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang mishani0x0ef
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mishani0x0ef/ReportJ
Bahasa yang Didukung 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"
    ]
}