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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you will not miss important changes in your JIRA filter. JIRA watcher is a useful extension which helps you keep track of the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JIRA watcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |