JIRA Watcher

Receive notifications about new items on JIRA sites you visit.

JIRA Watcherとは何ですか?

JIRA WatcherはAndrei Georgescuによって開発されたChromeの拡張機能で、その主な機能は「Receive notifications about new items on JIRA sites you visit.」です。

拡張機能のスクリーンショット

screenshot

JIRA Watcher拡張機能のCRXファイルをダウンロード

JIRA Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        JIRA Watcher helps you be more productive.

It gives you desktop notification when you get new items according to your filters.

When you open a website with JIRA instance, the extension begin to scan for new items. You will not receive double notifications from a single JIRA instance. You can however receive from multiple instances.

Benefits:
 • low resources consumption
 • configurable
 • works for multiple instances opened
 • no impact on JIRA server

JIRA® names and logos are trademarks of Atlassian®.                    

拡張機能の基本情報

名前 JIRA Watcher JIRA Watcher
ID bapeiigfpooiclmpeiahdcbndekahndl
公式URL https://chromewebstore.google.com/detail/jira-watcher/bapeiigfpooiclmpeiahdcbndekahndl
説明 Receive notifications about new items on JIRA sites you visit.
ファイルサイズ 13.84 KB
インストール数 270
現在のバージョン 0.2.1
最終更新日 2016-08-30
公開日 2016-08-30
評価 5.00/5 合計 3 レビュー
開発者 Andrei Georgescu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Watcher",
    "description": "Receive notifications about new items on JIRA sites you visit.",
    "version": "0.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        ""
    ]
}