Notifier for HackerOne

Instant notification from HackerOne

什么是Notifier for HackerOne?

Notifier for HackerOne是由pixler开发的Chrome扩展程序,该扩展的主要功能是“Instant notification from HackerOne”。

扩展截图

screenshot

下载Notifier for HackerOne扩展crx文件

下载Notifier for HackerOne扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Click on notification, that open page of notitfications on HackerOne.                    

扩展基本信息

名称 Notifier for HackerOne Notifier for 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"
    ]
}