Stash Pull Request Notifier
Stash Pull Request Notifier will let you know when you have pending reviews.
什麼是Stash Pull Request Notifier?
Stash Pull Request Notifier是由Nitai J. Perez開發的Chrome擴展程式,該擴展的主要功能是“Stash Pull Request Notifier will let you know when you have pending reviews.”。
擴展截圖
下載Stash Pull Request Notifier擴展crx文件
下載Stash Pull Request Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Stash Pull Request Notifier |
ID | fmaobhjfejhpefpobcbpehgkgjkijccc |
官方網址 | https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc |
簡介 | Stash Pull Request Notifier will let you know when you have pending reviews. |
檔案大小 | 487 KB |
安裝次數 | 71 |
目前版本 | 3.1.6 |
更新時間 | 2017-04-25 |
上架時間 | 2017-04-25 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Nitai J. Perez |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/CommonRaven/stash-notify/ |
說明頁面URL | https://github.com/CommonRaven/stash-notify/issues |
支援的語言 | 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'" } |