Notifier for HackerOne
Instant notification from HackerOne
Wat is Notifier for HackerOne?
Notifier for HackerOne is een Chrome-extensie ontwikkeld door pixler, en de belangrijkste functie is "Instant notification from HackerOne".
Extensie Screenshots
Download het CRX-bestand van de extensie Notifier for HackerOne
Download Notifier for HackerOne-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click on notification, that open page of notitfications on HackerOne.
Basisinformatie over de Extensie
Naam | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
Officiële URL | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
Beschrijving | Instant notification from HackerOne |
Bestandsgrootte | 6.72 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2017-07-16 |
Publicatiedatum | 2017-07-16 |
Ontwikkelaar | pixler |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |