Halo Notification Service
Receive Discord notifications for updates in Halo
ما هو Halo Notification Service؟
Halo Notification Service هو إضافة Chrome تم تطويرها بواسطة Elijah O، والميزة الرئيسية لها هي "Receive Discord notifications for updates in Halo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Halo Notification Service
قم بتنزيل ملفات الامتداد Halo Notification Service بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
📝 Setup Guide 📝 - https://elijaho.notion.site/Halo-Notification-Service-Setup-Guide-56fdb766d73149d3bfb5a9a8535f7d8f ⚠ IMPORTANT ⚠ - For the service to function properly, you MUST have a shared server with the Discord bot. Please join the support server if you are not in it already: https://discord.gg/mY563YHScv This extension is the browser-based component of the Halo Notification Service. After installing this extension and connecting your Discord account, the extension will automatically communicate with the halo.gcu.edu website to provide Discord notifications when certain events occur in Halo.
معلومات أساسية عن التمديد
الاسم | |
ID | ldakjkgbikbopkahholdoojdbhgeepge |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/halo-notification-service/ldakjkgbikbopkahholdoojdbhgeepge |
الوصف | Receive Discord notifications for updates in Halo |
حجم الملف | 119 KB |
عدد التثبيتات | 260 |
النسخة الحالية | 2.4.0 |
آخر تحديث | 2023-03-16 |
تاريخ النشر | 2022-01-04 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Elijah O |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://elijaho.notion.site/Halo-Notification-Service-Setup-Guide-56fdb766d73149d3bfb5a9a8535f7d8f |
عنوان صفحة المساعدة | https://discord.gg/mY563YHScv |
عنوان صفحة سياسة الخصوصية | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Halo Notification Service", "version": "2.4.0", "description": "Receive Discord notifications for updates in Halo", "host_permissions": [ "*:\/\/halo.gcu.edu\/" ], "permissions": [ "cookies", "identity", "storage" ], "minimum_chrome_version": "92", "action": { "default_icon": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "static\/icon-16.png", "32": "static\/icon-32.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" } } |