JIRA watcher

Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…

JIRA watcher란 무엇입니까?

JIRA watcher은(는) Andy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Now you will not miss important changes in your JIRA filter.
JIRA watcher is a useful extension which helps you keep track of the changes in your JIRA filter each 10 seconds such as new task(s) or new status of tasks. Extension displays the number of changed tasks. Also you can click on extension and see the list of changes and open any task if you need.
How to use:
- create new filter in your JIRA account 
- open JIRA extension and write your JIRA domain
- find your filter and click start button 
- you'll be informed about any changes via notifications, enjoy!                    

확장 프로그램 기본 정보

이름 JIRA watcher JIRA watcher
ID iiajffelcclpfiphgmhmkbfbbaiadpbm
공식 URL https://chromewebstore.google.com/detail/jira-watcher/iiajffelcclpfiphgmhmkbfbbaiadpbm
설명 Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…
파일 크기 232 KB
설치 횟수 81
현재 버전 2.0
최근 업데이트 2020-09-30
출시 날짜 2016-06-16
평점 4.00/5 총 1 개의 평점
개발자 Andy
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA watcher",
    "version": "2.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/jira16.png",
        "48": "images\/jira48.png",
        "128": "images\/jira128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/",
        "notifications"
    ],
    "browser_action": {
        "default_title": "JIRA watcher",
        "default_icon": "images\/jira.png",
        "default_popup": "index.html"
    }
}