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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης JIRA watcher
Λήψη αρχείων επέκτασης 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 |
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" } } |