Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
Co to jest Stash Pull Request Notifier?
Stash Pull Request Notifier to rozszerzenie Chrome opracowane przez Nitai J. Perez, a jego główną funkcją jest „Stash Pull Request Notifier will let you know when you have pending reviews.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stash Pull Request Notifier
Pobierz pliki rozszerzeń Stash Pull Request Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
Oficjalny URL | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
Opis | Stash Pull Request Notifier will let you know when you have pending reviews. |
Rozmiar pliku | 487 KB |
Liczba instalacji | 71 |
Aktualna Wersja | 3.1.6 |
Ostatnia Aktualizacja | 2017-04-25 |
Data Publikacji | 2017-04-25 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Nitai J. Perez |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/CommonRaven/stash-notify/ |
Adres URL Strony Pomocy | https://github.com/CommonRaven/stash-notify/issues |
Obsługiwane Języki | 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'" } |