Notifier for HackerOne
Instant notification from HackerOne
Cos'è Notifier for HackerOne?
Notifier for HackerOne è un'estensione di Chrome sviluppata da pixler, e la sua funzione principale è "Instant notification from HackerOne".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notifier for HackerOne
Scarica i file di estensione Notifier for HackerOne in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Click on notification, that open page of notitfications on HackerOne.
Informazioni di Base sull'Estensione
Nome | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
URL Ufficiale | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
Descrizione | Instant notification from HackerOne |
Dimensione del File | 6.72 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2017-07-16 |
Data di Pubblicazione | 2017-07-16 |
Sviluppatore | pixler |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |