Atlassian Pull Request Notifier
Display pull request notifications from Stash and Bitbucket
Atlassian Pull Request Notifier क्या है?
Atlassian Pull Request Notifier clanceyp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display pull request notifications from Stash and Bitbucket"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Atlassian Pull Request Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get notified of pending Bitbucket Server/Stash Server pull requests and view those request details in a browser popup. Fully customisable, disable notification, edit moustache template, set polling interval, set popup title etc... Keep a track of requests that you are listed as one of AUTHOR, REVIEWER or PARTICIPANT. Please note that it can be setup to work with a public Bitbucket Cloud repository (though it's not easy!), sadly, private repos are currently NOT supported.
एक्सटेंशन की मूल जानकारी
नाम | Atlassian Pull Request Notifier |
ID | bfkikmfkcnoogbhhebglhagdpmhnblmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/atlassian-pull-request-no/bfkikmfkcnoogbhhebglhagdpmhnblmk |
विवरण | Display pull request notifications from Stash and Bitbucket |
फ़ाइल का आकार | 1.29 MB |
स्थापना संख्या | 325 |
वर्तमान संस्करण | 2.2.3 |
अंतिम अपडेट | 2020-03-02 |
प्रकाशन तिथि | 2020-02-28 |
रेटिंग | 3.20/5 कुल 5 रेटिंग्स |
डेवलपर | clanceyp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atlassian Pull Request Notifier", "short_name": "PR queue", "version": "2.2.3", "manifest_version": 2, "description": "Display pull request notifications from Stash and Bitbucket", "homepage_url": "https:\/\/github.com\/clanceyp\/stash-pull-request-notifier", "icons": { "32": "lib\/i\/octicons-git-request.32.png", "48": "lib\/i\/octicons-git-request.o.48.png", "128": "lib\/i\/octicons-git-request.o.128.png" }, "browser_action": { "default_icon": "lib\/i\/octicons-git-request.32.png", "default_title": "Atlassian review notifier", "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/js\/vendor\/underscore.js", "lib\/js\/vendor\/zepto.js", "lib\/js\/vendor\/can.js", "lib\/js\/manifest.js", "lib\/options\/js\/background.js", "lib\/js\/background.js" ] }, "web_accessible_resources": [ "lib\/i\/octicons-git-merge.48.png", "lib\/js\/content_script_2.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "\/lib\/options\/index.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "notifications", "activeTab" ] } |