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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Halo Notification Service

Λήψη αρχείων επέκτασης Halo Notification Service σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        📝 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Halo Notification Service Halo Notification Service
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
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/mY563YHScv
URL της Σελίδας Πολιτικής Απορρήτου 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"
    }
}