Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
Cos'è Stash Pull Request Notifier?
Stash Pull Request Notifier è un'estensione di Chrome sviluppata da Nitai J. Perez, e la sua funzione principale è "Stash Pull Request Notifier will let you know when you have pending reviews.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stash Pull Request Notifier
Scarica i file di estensione Stash Pull Request Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
URL Ufficiale | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
Descrizione | Stash Pull Request Notifier will let you know when you have pending reviews. |
Dimensione del File | 487 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 3.1.6 |
Ultimo Aggiornamento | 2017-04-25 |
Data di Pubblicazione | 2017-04-25 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Nitai J. Perez |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/CommonRaven/stash-notify/ |
URL della Pagina di Aiuto | https://github.com/CommonRaven/stash-notify/issues |
Lingue Supportate | 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'" } |