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开发的Chrome扩展程序,该扩展的主要功能是“Stash Pull Request Notifier will let you know when you have pending reviews.”。

扩展截图

screenshot
screenshot
screenshot

下载Stash Pull Request Notifier扩展crx文件

下载Stash Pull Request Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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'"
}