Stash Pull Request Notifier

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

Hvad er Stash Pull Request Notifier?

Stash Pull Request Notifier er en Chrome-udvidelse udviklet af Nitai J. Perez, og dens hovedfunktion er "Stash Pull Request Notifier will let you know when you have pending reviews.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Stash Pull Request Notifier-udvidelses-CRX-fil

Download Stash Pull Request Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
Officiel URL https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Beskrivelse Stash Pull Request Notifier will let you know when you have pending reviews.
Filstørrelse 487 KB
Antal Installationer 71
Nuværende Version 3.1.6
Senest Opdateret 2017-04-25
Udgivelsesdato 2017-04-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Nitai J. Perez
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/CommonRaven/stash-notify/
Hjælpeside-URL https://github.com/CommonRaven/stash-notify/issues
Understøttede Sprog 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'"
}