Halo Notification Service

Receive Discord notifications for updates in Halo

Halo Notification Service란 무엇입니까?

Halo Notification Service은(는) Elijah O에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive Discord notifications for updates in Halo"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Halo Notification Service 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}