Notifier for HackerOne
Instant notification from HackerOne
O que é Notifier for HackerOne?
Notifier for HackerOne é uma extensão do Chrome desenvolvida por pixler, e sua principal característica é "Instant notification from HackerOne".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notifier for HackerOne
Baixe arquivos de extensão Notifier for HackerOne 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
Click on notification, that open page of notitfications on HackerOne.
Informações Básicas da Extensão
Nome | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
URL Oficial | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
Descrição | Instant notification from HackerOne |
Tamanho do Arquivo | 6.72 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-07-16 |
Data de Publicação | 2017-07-16 |
Desenvolvedor | pixler |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notifier for HackerOne", "version": "1.0.3", "description": "Instant notification from HackerOne", "icons": { "49": ".\/images\/icon49.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "https:\/\/hackerone.com\/notifications.json", "storage" ] } |