N-Alert

By Nithin S

N-Alertคืออะไร?

N-Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nithins.me และคุณลักษณะหลักของมันคือ "By Nithin S"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย N-Alert

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}