Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
What is Stash Pull Request Notifier?
Stash Pull Request Notifier is a Chrome extension developed by Nitai J. Perez, and its main feature is "Stash Pull Request Notifier will let you know when you have pending reviews.".
Extension Screenshots
Download Stash Pull Request Notifier Extension CRX File
Download Stash Pull Request Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
Official URL | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
Description | Stash Pull Request Notifier will let you know when you have pending reviews. |
File Size | 487 KB |
Installation Count | 71 |
Current Version | 3.1.6 |
Last Updated | 2017-04-25 |
Publish Date | 2017-04-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Nitai J. Perez |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/CommonRaven/stash-notify/ |
Help Page URL | https://github.com/CommonRaven/stash-notify/issues |
Supported Languages | 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'" } |