Notifier for HackerOne
Instant notification from HackerOne
Was ist Notifier for HackerOne?
Notifier for HackerOne ist eine Chrome-Erweiterung, die von pixler entwickelt wurde, und ihr Hauptmerkmal ist "Instant notification from HackerOne".
Erweiterungsscreenshots
Notifier for HackerOne-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notifier for HackerOne-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click on notification, that open page of notitfications on HackerOne.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
Offizielle URL | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
Beschreibung | Instant notification from HackerOne |
Dateigröße | 6.72 KB |
Installationsanzahl | 19 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2017-07-16 |
Veröffentlichungsdatum | 2017-07-16 |
Entwickler | pixler |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |