Stash Pull Request Notifier

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

Co je Stash Pull Request Notifier?

Stash Pull Request Notifier je rozšíření Chrome vyvinuté Nitai J. Perez, a jeho hlavní funkcí je „Stash Pull Request Notifier will let you know when you have pending reviews.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Stash Pull Request Notifier

Stáhněte si soubory rozšíření Stash Pull Request Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
Oficiální URL https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Popis Stash Pull Request Notifier will let you know when you have pending reviews.
Velikost souboru 487 KB
Počet instalací 71
Aktuální Verze 3.1.6
Poslední Aktualizace 2017-04-25
Datum Vydání 2017-04-25
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Nitai J. Perez
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/CommonRaven/stash-notify/
URL Stránky Nápovědy https://github.com/CommonRaven/stash-notify/issues
Podporované Jazyky 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'"
}