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 |
官方網址 | 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" ] } |