Stash Pull Request Notifier

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

O que é Stash Pull Request Notifier?

Stash Pull Request Notifier é uma extensão do Chrome desenvolvida por Nitai J. Perez, e sua principal característica é "Stash Pull Request Notifier will let you know when you have pending reviews.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stash Pull Request Notifier

Baixe arquivos de extensão Stash Pull Request Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Stash Pull Request Notifier Stash Pull Request Notifier
ID fmaobhjfejhpefpobcbpehgkgjkijccc
URL Oficial https://chromewebstore.google.com/detail/stash-pull-request-notifi/fmaobhjfejhpefpobcbpehgkgjkijccc
Descrição Stash Pull Request Notifier will let you know when you have pending reviews.
Tamanho do Arquivo 487 KB
Contagem de Instalações 71
Versão Atual 3.1.6
Última Atualização 2017-04-25
Data de Publicação 2017-04-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Nitai J. Perez
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/CommonRaven/stash-notify/
URL da Página de Ajuda https://github.com/CommonRaven/stash-notify/issues
Idiomas Suportados 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'"
}