Halo Notification Service
Receive Discord notifications for updates in Halo
Was ist Halo Notification Service?
Halo Notification Service ist eine Chrome-Erweiterung, die von Elijah O entwickelt wurde, und ihr Hauptmerkmal ist "Receive Discord notifications for updates in Halo".
Erweiterungsscreenshots
Halo Notification Service-Erweiterungs-CRX-Datei herunterladen
Laden Sie Halo Notification Service-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
📝 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ldakjkgbikbopkahholdoojdbhgeepge |
Offizielle URL | https://chromewebstore.google.com/detail/halo-notification-service/ldakjkgbikbopkahholdoojdbhgeepge |
Beschreibung | Receive Discord notifications for updates in Halo |
Dateigröße | 119 KB |
Installationsanzahl | 260 |
Aktuelle Version | 2.4.0 |
Letztes Update | 2023-03-16 |
Veröffentlichungsdatum | 2022-01-04 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Elijah O |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://elijaho.notion.site/Halo-Notification-Service-Setup-Guide-56fdb766d73149d3bfb5a9a8535f7d8f |
Hilfeseite URL | https://discord.gg/mY563YHScv |
URL der Datenschutzrichtlinien-Seite | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
Unterstützte Sprachen | 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" } } |