Jira Alert and Updates

Jira Notifications in your chrome browser

Jira Alert and Updates란 무엇입니까?

Jira Alert and Updates은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jira Notifications in your chrome browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Jira Alert and Updates 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JiraAlert notifies you for any status/comment update on the Jira you have added to track in the app. It notifies via chrome notifications and also updates badgeText (small text beneath the chrome extension icon in the omnibar) and also as a badgeText beside the JiraID when you click open the app. 
Usage:
1. Copy the jira link and paste it in the text box to get notification on any comment/status updates.
2. Click Refresh to check if there are any updates to the added list of jiras.
3. Click "X" to remove Jira from the tracking list.

Note: There might be delay of 5 minutes.                    

확장 프로그램 기본 정보

이름 Jira Alert and Updates Jira Alert and Updates
ID okdnefjehonifdejfbhgakfhibhfcdeb
공식 URL https://chromewebstore.google.com/detail/jira-alert-and-updates/okdnefjehonifdejfbhgakfhibhfcdeb
설명 Jira Notifications in your chrome browser
파일 크기 29.17 KB
설치 횟수 77
현재 버전 1.0.1
최근 업데이트 2016-06-26
출시 날짜 2016-06-26
평점 3.40/5 총 5 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Alert and Updates",
    "description": "Jira Notifications in your chrome browser",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "ja_rocket_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ja_rocket_16.png",
        "48": "ja_rocket_48.png",
        "128": "ja_rocket_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*\/rest\/api\/2\/issue\/*",
        "http:\/\/127.0.0.1:5000\/",
        "notifications"
    ]
}