Stash Pull Request Notifier

Stash Pull Request Notifier will let you know when you have pending reviews.

Stash Pull Request Notifier là gì?

Stash Pull Request Notifier là một tiện ích mở rộng Chrome được phát triển bởi Nitai J. Perez, và tính năng chính của nó là "Stash Pull Request Notifier will let you know when you have pending reviews.".

Ả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 Stash Pull Request Notifier

Tải xuống các tệp mở rộng Stash 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

                        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                    

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

Tên Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
URL Chính Thức https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Mô tả Stash Pull Request Notifier will let you know when you have pending reviews.
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 3.1.6
Cập Nhật Lần Cuối 2017-04-25
Ngày Phát Hành 2017-04-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Nitai J. Perez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CommonRaven/stash-notify/
URL Trang Trợ Giúp https://github.com/CommonRaven/stash-notify/issues
Ngôn Ngữ Được Hỗ Trợ 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'"
}