Stash Pull Request Notifier

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

Was ist Stash Pull Request Notifier?

Stash Pull Request Notifier ist eine Chrome-Erweiterung, die von Nitai J. Perez entwickelt wurde, und ihr Hauptmerkmal ist "Stash Pull Request Notifier will let you know when you have pending reviews.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Stash Pull Request Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stash Pull Request Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
Offizielle URL https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Beschreibung Stash Pull Request Notifier will let you know when you have pending reviews.
Dateigröße 487 KB
Installationsanzahl 71
Aktuelle Version 3.1.6
Letztes Update 2017-04-25
Veröffentlichungsdatum 2017-04-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Nitai J. Perez
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/CommonRaven/stash-notify/
Hilfeseite URL https://github.com/CommonRaven/stash-notify/issues
Unterstützte Sprachen 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'"
}