E.JIRA

This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA

E.JIRA là gì?

E.JIRA là một tiện ích mở rộng Chrome được phát triển bởi Youngpil Yun, và tính năng chính của nó là "This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA".

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

screenshot

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

Tải xuống các tệp mở rộng E.JIRA 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

                        https://youtu.be/flDruR6Vv5I

이슈를 쉽게 생성하세요.
JIRA의 BTS에서 이슈를 생성할때 사용 가능한 확장 프로그램입니다.
요약, 참조자, 설명을 BTS 입력창에 입력한뒤 template을 만들면 입력했던 내용을 나중에 그대로 불러올 수 있습니다.

Create Issue easily.
When you create issues on JIRA Bug Tracking System, you can use this extension.
Fill up BTS input form summary, reference and description and make a template with this extension so you can paste them next time.                    

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

Tên E.JIRA E.JIRA
ID ijlcjfmbamkgbnbaibmphgkmhikdknkc
URL Chính Thức https://chrome.google.com/webstore/detail/ejira/ijlcjfmbamkgbnbaibmphgkmhikdknkc
Mô tả This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA
Kích Thước Tệp 46.02 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-02-17
Ngày Phát Hành 2019-02-17
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Youngpil Yun
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "E.JIRA",
    "description": "This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+E",
                "windows": "Ctrl+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}