Halo Notification Service
Receive Discord notifications for updates in Halo
Halo Notification Service là gì?
Halo Notification Service là một tiện ích mở rộng Chrome được phát triển bởi Elijah O, và tính năng chính của nó là "Receive Discord notifications for updates in Halo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Halo Notification Service
Tải xuống các tệp mở rộng Halo Notification Service dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
📝 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldakjkgbikbopkahholdoojdbhgeepge |
URL Chính Thức | https://chromewebstore.google.com/detail/halo-notification-service/ldakjkgbikbopkahholdoojdbhgeepge |
Mô tả | Receive Discord notifications for updates in Halo |
Kích Thước Tệp | 119 KB |
Số Lần Cài Đặt | 260 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2023-03-16 |
Ngày Phát Hành | 2022-01-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Elijah O |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://elijaho.notion.site/Halo-Notification-Service-Setup-Guide-56fdb766d73149d3bfb5a9a8535f7d8f |
URL Trang Trợ Giúp | https://discord.gg/mY563YHScv |
URL Trang Chính Sách Bảo Mật | https://elijaho.notion.site/Privacy-Policy-d3c58e616cfa474b8dbcfc587892af46 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |