jironimo for JIRA

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

jironimo for JIRA란 무엇입니까?

jironimo for JIRA은(는) https://2ka.by에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

jironimo for JIRA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 jironimo for JIRA jironimo for JIRA
ID bplmocfiilcboedgegkcndbngiicdihl
공식 URL https://chromewebstore.google.com/detail/jironimo-for-jira/bplmocfiilcboedgegkcndbngiicdihl
설명 Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.
파일 크기 1.08 MB
설치 횟수 551
현재 버전 6.1.2
최근 업데이트 2017-02-01
출시 날짜 2017-02-01
평점 4.73/5 총 11 개의 평점
개발자 https://2ka.by
결제 유형 free
확장 프로그램 웹 사이트 http://2ka.by/article/chrome-jironimo
도움말 페이지 URL https://github.com/kkamkou/chrome-jironimo/issues
지원되는 언어 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"
    ]
}