jironimo for JIRA

Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.

jironimo for JIRA là gì?

jironimo for JIRA là một tiện ích mở rộng Chrome được phát triển bởi https://2ka.by, và tính năng chính của nó là "Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.".

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

screenshot
screenshot

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

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

                        Atlassian JIRA Agile in your browser. With support of different work-spaces, multiple accounts and time-tracking. Open-source.

- JIRA Agile add-on is optional but preferred.
- Default hot-keys: Windows: Alt + J; Mac: Command + J.

How to start:
- Log-in to a JIRA first.
- Set the JIRA URL in the settings and enable the account.
- Enjoy :)

Support:
- https://github.com/kkamkou/chrome-jironimo
- https://gitter.im/chrome-jironimo                    

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

Tên jironimo for JIRA jironimo for JIRA
ID bplmocfiilcboedgegkcndbngiicdihl
URL Chính Thức https://chromewebstore.google.com/detail/jironimo-for-jira/bplmocfiilcboedgegkcndbngiicdihl
Mô tả Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 551
Phiên Bản Hiện Tại 6.1.2
Cập Nhật Lần Cuối 2017-02-01
Ngày Phát Hành 2017-02-01
Đánh Giá 4.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://2ka.by
Loại Thanh Toán free
Trang Web Mở Rộng http://2ka.by/article/chrome-jironimo
URL Trang Trợ Giúp https://github.com/kkamkou/chrome-jironimo/issues
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jironimo for JIRA",
    "version": "6.1.2",
    "manifest_version": 2,
    "offline_enabled": false,
    "homepage_url": "https:\/\/plus.google.com\/communities\/108001372997677649751",
    "description": "Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "views\/default.html#\/settings\/general",
    "minimum_chrome_version": "45",
    "icons": {
        "16": "icons\/app-16.png",
        "48": "icons\/app-48.png",
        "128": "icons\/app-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/app-128.png",
        "default_popup": "views\/default.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "app\/bootstrap-bg.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Open jironimo window"
        }
    },
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ]
}