Atlassian Pull Request Notifier
Display pull request notifications from Stash and Bitbucket
Atlassian Pull Request Notifier란 무엇입니까?
Atlassian Pull Request Notifier은(는) clanceyp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display pull request notifications from Stash and Bitbucket"입니다.
확장 프로그램 스크린샷
Atlassian Pull Request Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |