Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
Τι είναι το Stash Pull Request Notifier;
Το Stash Pull Request Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nitai J. Perez, και η κύρια λειτουργία του είναι "Stash Pull Request Notifier will let you know when you have pending reviews.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stash Pull Request Notifier
Λήψη αρχείων επέκτασης Stash Pull Request Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an extension for code reviewers using Atlassian Stash. Use this to get notified of pending pull requests. Features: * Customized view * Pull request alerts * Auto login * Snooze alerts * Scrum master mode * My Pull requests It's all open source, go ahead and contribute: https://github.com/NitaiPerez/stash-notify
Βασικές Πληροφορίες Επέκτασης
Όνομα | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
Επίσημο URL | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
Περιγραφή | Stash Pull Request Notifier will let you know when you have pending reviews. |
Μέγεθος Αρχείου | 487 KB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 3.1.6 |
Τελευταία Ενημέρωση | 2017-04-25 |
Ημερομηνία Δημοσίευσης | 2017-04-25 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Nitai J. Perez |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/CommonRaven/stash-notify/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/CommonRaven/stash-notify/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stash Pull Request Notifier", "version": "3.1.6", "manifest_version": 2, "description": "Stash Pull Request Notifier will let you know when you have pending reviews.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/views\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/logo32.png", "default_popup": "src\/views\/browser_action.html" }, "permissions": [ "notifications", "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |