JIRAFier

Get automagically notfied of changes in JIRAs that are important to you!

JIRAFier란 무엇입니까?

JIRAFier은(는) JIRALyzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get automagically notfied of changes in JIRAs that are important to you!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

JIRAFier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JIRAFier - for Atlassian JIRA - breaks you free from drowning in emails and uses notifications instead - leaving you in control to focus on what matters now.


Simply flag a JIRA for tracking using a new button in the JIRA toolbar and you'll see a new notification when the status changes or there's a new comment to that JIRA - keeping information overload at bay!

You also get an instant overview of all tracked JIRAs with their current statuses in an intuitive interface.
From here you can create your own reminder about a JIRA using date and time - if you're expecting a status update or waiting for a comment for instance.

The 0.0.0.8 version introduces EPIC support. If you're assigned an epic and you start to track that using JIRAFier - for Atlassian JIRA - you will automatically track all related open issues. You can still manually remove individual JIRA:s regardless if they're included in an epic or not.                    

확장 프로그램 기본 정보

이름 JIRAFier JIRAFier
ID heblpnbjbpieakpmohokjeggokfajapc
공식 URL https://chromewebstore.google.com/detail/jirafier/heblpnbjbpieakpmohokjeggokfajapc
설명 Get automagically notfied of changes in JIRAs that are important to you!
파일 크기 1.66 MB
설치 횟수 25
현재 버전 0.0.0.8
최근 업데이트 2017-02-04
출시 날짜 2017-02-02
개발자 JIRALyzer
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRAFier",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "description": "Get automagically notfied of changes in JIRAs that are important to you!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRAFier",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/bootstrap\/dist\/js\/bootstrap.min.js",
                "src\/inject\/content.js"
            ],
            "css": [
                "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css"
            ],
            "matches": [
                "http:\/\/*\/browse\/*",
                "https:\/\/*\/browse\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "src\/inject\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        ""
    ]
}