Atlassian Pull Request Notifier

Display pull request notifications from Stash and Bitbucket

Atlassian Pull Request Notifier là gì?

Atlassian Pull Request Notifier là một tiện ích mở rộng Chrome được phát triển bởi clanceyp, và tính năng chính của nó là "Display pull request notifications from Stash and Bitbucket".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Atlassian Pull Request Notifier

Tải xuống các tệp mở rộng Atlassian Pull Request Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Atlassian Pull Request Notifier Atlassian Pull Request Notifier
ID bfkikmfkcnoogbhhebglhagdpmhnblmk
URL Chính Thức https://chromewebstore.google.com/detail/atlassian-pull-request-no/bfkikmfkcnoogbhhebglhagdpmhnblmk
Mô tả Display pull request notifications from Stash and Bitbucket
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 2.2.3
Cập Nhật Lần Cuối 2020-03-02
Ngày Phát Hành 2020-02-28
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển clanceyp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}