Stash Pull Request Notifier

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

Vad är Stash Pull Request Notifier?

Stash Pull Request Notifier är en Chrome-tillägg utvecklad av Nitai J. Perez, och dess huvudfunktion är "Stash Pull Request Notifier will let you know when you have pending reviews.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Stash Pull Request Notifier-förlängningens CRX-fil

Ladda ner Stash Pull Request Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
Officiell webbadress https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Beskrivning Stash Pull Request Notifier will let you know when you have pending reviews.
Filstorlek 487 KB
Antal Installationer 71
Aktuell Version 3.1.6
Senast Uppdaterad 2017-04-25
Publiceringsdatum 2017-04-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Nitai J. Perez
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/CommonRaven/stash-notify/
Hjälpsida URL https://github.com/CommonRaven/stash-notify/issues
Stödda Språk 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'"
}