Notifier for HackerOne
Instant notification from HackerOne
What is Notifier for HackerOne?
Notifier for HackerOne is a Chrome extension developed by pixler, and its main feature is "Instant notification from HackerOne".
Extension Screenshots
Download Notifier for HackerOne Extension CRX File
Download Notifier for HackerOne extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Click on notification, that open page of notitfications on HackerOne.
Extension Basic Information
Name | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
Official URL | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
Description | Instant notification from HackerOne |
File Size | 6.72 KB |
Installation Count | 19 |
Current Version | 1.0.3 |
Last Updated | 2017-07-16 |
Publish Date | 2017-07-16 |
Developer | pixler |
Payment Type | free |
Supported Languages | 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" ] } |