Notifier for HackerOne

Instant notification from HackerOne

Notifier for HackerOneคืออะไร?

Notifier for HackerOne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pixler และคุณลักษณะหลักของมันคือ "Instant notification from HackerOne"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifier for HackerOne

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}