Notifier for HackerOne
Instant notification from HackerOne
Qu'est-ce que Notifier for HackerOne ?
Notifier for HackerOne est une extension Chrome développée par pixler, et sa fonction principale est "Instant notification from HackerOne".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notifier for HackerOne
Téléchargez les fichiers d'extension Notifier for HackerOne au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Click on notification, that open page of notitfications on HackerOne.
Informations de Base sur l'Extension
Nom | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
URL Officiel | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
Description | Instant notification from HackerOne |
Taille du Fichier | 6.72 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2017-07-16 |
Date de Publication | 2017-07-16 |
Développeur | pixler |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |