Halo Notification Service
Receive Discord notifications for updates in Halo
Qu'est-ce que Halo Notification Service ?
Halo Notification Service est une extension Chrome développée par Elijah O, et sa fonction principale est "Receive Discord notifications for updates in Halo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Halo Notification Service
Téléchargez les fichiers d'extension Halo Notification Service au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
📝 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.
Informations de Base sur l'Extension
Nom | |
ID | ldakjkgbikbopkahholdoojdbhgeepge |
URL Officiel | https://chromewebstore.google.com/detail/halo-notification-service/ldakjkgbikbopkahholdoojdbhgeepge |
Description | Receive Discord notifications for updates in Halo |
Taille du Fichier | 119 KB |
Nombre d'Installations | 260 |
Version Actuelle | 2.4.0 |
Dernière Mise à Jour | 2023-03-16 |
Date de Publication | 2022-01-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Elijah O |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://elijaho.notion.site/Halo-Notification-Service-Setup-Guide-56fdb766d73149d3bfb5a9a8535f7d8f |
URL de la Page d'Aide | https://discord.gg/mY563YHScv |
URL de la Page de Politique de Confidentialité | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
Langues Prises en Charge | 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" } } |