Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
Qu'est-ce que Stash Pull Request Notifier ?
Stash Pull Request Notifier est une extension Chrome développée par Nitai J. Perez, et sa fonction principale est "Stash Pull Request Notifier will let you know when you have pending reviews.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stash Pull Request Notifier
Téléchargez les fichiers d'extension Stash Pull Request Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
URL Officiel | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
Description | Stash Pull Request Notifier will let you know when you have pending reviews. |
Taille du Fichier | 487 KB |
Nombre d'Installations | 71 |
Version Actuelle | 3.1.6 |
Dernière Mise à Jour | 2017-04-25 |
Date de Publication | 2017-04-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Nitai J. Perez |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/CommonRaven/stash-notify/ |
URL de la Page d'Aide | https://github.com/CommonRaven/stash-notify/issues |
Langues Prises en Charge | 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'" } |