Halo Notification Service

Receive Discord notifications for updates in Halo

Halo Notification Service क्या है?

Halo Notification Service Elijah O द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive Discord notifications for updates in Halo"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Halo Notification Service एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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"
    }
}