Meet Chat Viewer: Notificar chat Google Meet

Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!

Что такое Meet Chat Viewer: Notificar chat Google Meet?

Meet Chat Viewer: Notificar chat Google Meet - это расширение Chrome, разработанное Barboza Apps, и его основная функция - "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Meet Chat Viewer: Notificar chat Google Meet

Скачайте файлы расширений Meet Chat Viewer: Notificar chat Google Meet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Receba notificações dos participantes no Google Meet e leia as perguntas em qualquer aplicativo em que esteja utilizando sem a necessidade de voltar para a tela de bate-papo. Ideal para professores utilizarem em suas aulas e torna-las mais práticas.                    

Основная информация о расширении

Название Meet Chat Viewer: Notificar chat Google Meet Meet Chat Viewer: Notificar chat Google Meet
ID fjebcodhehjcnnckiageenbifhkboioj
Официальный URL https://chromewebstore.google.com/detail/meet-chat-viewer-notifica/fjebcodhehjcnnckiageenbifhkboioj
Описание Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!
Размер файла 113 KB
Количество установок 128
Текущая Версия 1.2
Последнее Обновление 2021-09-02
Дата публикации 2021-08-31
Рейтинг 5.00/5 Всего 6 оценок
Разработчик Barboza Apps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Chat Viewer: Notificar chat Google Meet",
    "version": "1.2",
    "description": "Seja notificado e visualize o bate-papo do Google Meet em qualquer tela!",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "MeetChatViewer",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "inject\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "inject\/js\/recursosVisuais.js"
            ],
            "css": [
                "inject\/style.css",
                "inject\/bootstrap.min.css"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}