Halo Notification Service
Receive Discord notifications for updates in Halo
¿Qué es Halo Notification Service?
Halo Notification Service es una extensión de Chrome desarrollada por Elijah O, y su función principal es "Receive Discord notifications for updates in Halo".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Halo Notification Service
Descarga archivos de extensión Halo Notification Service en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
📝 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.
Información Básica de la Extensión
Nombre | |
ID | ldakjkgbikbopkahholdoojdbhgeepge |
URL Oficial | https://chromewebstore.google.com/detail/halo-notification-service/ldakjkgbikbopkahholdoojdbhgeepge |
Descripción | Receive Discord notifications for updates in Halo |
Tamaño del Archivo | 119 KB |
Cantidad de Instalaciones | 260 |
Versión Actual | 2.4.0 |
Última Actualización | 2023-03-16 |
Fecha de Publicación | 2022-01-04 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Elijah O |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://elijaho.notion.site/Halo-Notification-Service-Setup-Guide-56fdb766d73149d3bfb5a9a8535f7d8f |
URL de la Página de Ayuda | https://discord.gg/mY563YHScv |
URL de la Página de Política de Privacidad | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
Idiomas Soportados | 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" } } |