N-Alert
By Nithin S
什麼是N-Alert?
N-Alert是由https://nithins.me開發的Chrome擴展程式,該擴展的主要功能是“By Nithin S”。
擴展截圖
下載N-Alert擴展crx文件
下載N-Alert擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Alerts you when your name is called out on a meeting or online class. You need to turn on your meetings or classes and leave the rest to this extension. You can now go out form your laptop/PC and chill. This extension will be listening to your meetings or classes, as soon as someone calls up your name, you'll immediately get an email notification stating the time and class in which your name was called. This will help you join back the meeting and prove your attendance for the meeting or class. This Extension currently supports 1. Microsoft Teams 2. Google Meet 3. Zoom Web meetings Will be supporting more platforms soon.. Need any help ? Please reach out in the support tab for this extension or mail me at [email protected] For those of you who are looking for a bot to attend your online classes, install Nbot https://link.nithins.me/bot https://link.nithins.me/gmbot
擴展基本資訊
名稱 | N-Alert |
ID | apllokddhahkgiegengppnepepfmieoh |
官方網址 | https://chromewebstore.google.com/detail/n-alert/apllokddhahkgiegengppnepepfmieoh |
簡介 | By Nithin S |
檔案大小 | 123 KB |
安裝次數 | 176 |
目前版本 | 1.3.2 |
更新時間 | 2022-09-22 |
上架時間 | 2020-10-07 |
評分 | 3.11/5 共 9 次評分 |
開發者 | https://nithins.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://nithins.me |
說明頁面URL | https://nithins.me |
隱私政策頁面URL | https://nithins.me/nbot/privacyPolicy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "N-Alert", "version": "1.3.2", "description": "By Nithin S", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "N-Alert", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.zoom.us\/*" ], "js": [ "jquery-3.5.1.js", "contentscriptnith.js" ] } ], "permissions": [ "storage" ] } |