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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stash Pull Request Notifier will let you know when you have pending reviews."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stash Pull Request Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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'" } |