Jira Watcher

The best extension to take control of your Jira issues.

Jira Watcher란 무엇입니까?

Jira Watcher은(는) Ciro Miranda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best extension to take control of your Jira issues."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to keep close attention to a specific list of issues. You can configure a custom JQL query that  keeps you updated with the changes made to the effected issues. Get notifications when issues are commented or when they change state. Have better control of your sprints or any list of issues that you want to keep an eye out right on the browser.                    

확장 프로그램 기본 정보

이름 Jira Watcher Jira Watcher
ID aibfblhmamolcamgjgbbfjjjligbknmf
공식 URL https://chromewebstore.google.com/detail/jira-watcher/aibfblhmamolcamgjgbbfjjjligbknmf
설명 The best extension to take control of your Jira issues.
파일 크기 407 KB
설치 횟수 191
현재 버전 1.0.0
최근 업데이트 2015-06-09
출시 날짜 2015-06-09
평점 3.25/5 총 4 개의 평점
개발자 Ciro Miranda
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Watcher",
    "description": "The best extension to take control of your Jira issues.",
    "version": "1.0.0",
    "icons": {
        "128": "images\/JIRA_navy.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "build\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "build\/js\/bg_compiled.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "build\/html\/options.html"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}