Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
¿Qué es Stash Pull Request Notifier?
Stash Pull Request Notifier es una extensión de Chrome desarrollada por Nitai J. Perez, y su función principal es "Stash Pull Request Notifier will let you know when you have pending reviews.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Stash Pull Request Notifier
Descarga archivos de extensión Stash Pull Request Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
URL Oficial | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
Descripción | Stash Pull Request Notifier will let you know when you have pending reviews. |
Tamaño del Archivo | 487 KB |
Cantidad de Instalaciones | 71 |
Versión Actual | 3.1.6 |
Última Actualización | 2017-04-25 |
Fecha de Publicación | 2017-04-25 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Nitai J. Perez |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/CommonRaven/stash-notify/ |
URL de la Página de Ayuda | https://github.com/CommonRaven/stash-notify/issues |
Idiomas Soportados | 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'" } |