ReportJ

The reporting helper for JIRA system.

ReportJ là gì?

ReportJ là một tiện ích mở rộng Chrome được phát triển bởi mishani0x0ef, và tính năng chính của nó là "The reporting helper for JIRA system.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ReportJ

Tải xuống các tệp mở rộng ReportJ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ReportJ ReportJ
ID hijbdbjoelgicnhnghhhlkpbhjdmchfg
URL Chính Thức https://chromewebstore.google.com/detail/reportj/hijbdbjoelgicnhnghhhlkpbhjdmchfg
Mô tả The reporting helper for JIRA system.
Kích Thước Tệp 447 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 2.8.1
Cập Nhật Lần Cuối 2023-07-26
Ngày Phát Hành 2018-05-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mishani0x0ef
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mishani0x0ef/ReportJ
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}