Notifier for HackerOne

Instant notification from HackerOne

Notifier for HackerOne là gì?

Notifier for HackerOne là một tiện ích mở rộng Chrome được phát triển bởi pixler, và tính năng chính của nó là "Instant notification from HackerOne".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notifier for HackerOne

Tải xuống các tệp mở rộng Notifier for HackerOne dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notifier for HackerOne Notifier for HackerOne
ID jjbmppinjdeehhilhdenjammckkjjpll
URL Chính Thức https://chromewebstore.google.com/detail/notifier-for-hackerone/jjbmppinjdeehhilhdenjammckkjjpll
Mô tả Instant notification from HackerOne
Kích Thước Tệp 6.72 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-07-16
Ngày Phát Hành 2017-07-16
Nhà Phát Triển pixler
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}