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"
    ]
}