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
Eメール [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'"
}