Notifier for HackerOne
Instant notification from HackerOne
Notifier for HackerOneとは何ですか?
Notifier for HackerOneはpixlerによって開発されたChromeの拡張機能で、その主な機能は「Instant notification from HackerOne」です。
拡張機能のスクリーンショット
Notifier for HackerOne拡張機能のCRXファイルをダウンロード
Notifier for HackerOne拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on notification, that open page of notitfications on HackerOne.
拡張機能の基本情報
名前 | |
ID | jjbmppinjdeehhilhdenjammckkjjpll |
公式URL | https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll |
説明 | Instant notification from HackerOne |
ファイルサイズ | 6.72 KB |
インストール数 | 19 |
現在のバージョン | 1.0.3 |
最終更新日 | 2017-07-16 |
公開日 | 2017-07-16 |
開発者 | pixler |
支払い方法 | free |
対応言語 | 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" ] } |