Stash Pull Request Notifier

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

Wat is Stash Pull Request Notifier?

Stash Pull Request Notifier is een Chrome-extensie ontwikkeld door Nitai J. Perez, en de belangrijkste functie is "Stash Pull Request Notifier will let you know when you have pending reviews.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stash Pull Request Notifier

Download Stash Pull Request Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
Officiële URL https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Beschrijving Stash Pull Request Notifier will let you know when you have pending reviews.
Bestandsgrootte 487 KB
Aantal Installaties 71
Huidige Versie 3.1.6
Laatst Bijgewerkt 2017-04-25
Publicatiedatum 2017-04-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Nitai J. Perez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/CommonRaven/stash-notify/
Help Pagina-URL https://github.com/CommonRaven/stash-notify/issues
Ondersteunde Talen 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'"
}