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”。
扩展截图
下载Halo Notification Service扩展crx文件
下载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.
扩展基本信息
名称 | |
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" } } |