N-Alert
By Nithin S
N-Alert란 무엇입니까?
N-Alert은(는) https://nithins.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "By Nithin S"입니다.
확장 프로그램 스크린샷
N-Alert 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |