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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}