Google Meet Attendance

Save the time joined and left of all attendees with one click!

Что такое Google Meet Attendance?

Google Meet Attendance - это расширение Chrome, разработанное Jake Crowley, и его основная функция - "Save the time joined and left of all attendees with one click!".

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

screenshot

Скачать файл CRX расширения Google Meet Attendance

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

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

                        Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.                    

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

Название Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
Официальный URL https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
Описание Save the time joined and left of all attendees with one click!
Размер файла 18.23 KB
Количество установок 40,193
Текущая Версия 0.0.7
Последнее Обновление 2020-07-12
Дата публикации 2020-05-13
Рейтинг 3.92/5 Всего 50 оценок
Разработчик Jake Crowley
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://jakecrowley.github.io/googlemeetattendance/privacy.html
URL страницы политики конфиденциальности https://jakecrowley.github.io/googlemeetattendance/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}