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文件

下載JIRA watcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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 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
官方網址 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"
    }
}