Google Slides Remote Controller

Control Google slides remotely

Что такое Google Slides Remote Controller?

Google Slides Remote Controller - это расширение Chrome, разработанное rjonna, и его основная функция - "Control Google slides remotely".

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

screenshot
screenshot

Скачать файл CRX расширения Google Slides Remote Controller

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

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

                        Usually in virtual meetings, only the moderator has to change the slides if multiple people are presenting. This addon allows anyone with link to control the presentation remotely.                    

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

Название Google Slides Remote Controller Google Slides Remote Controller
ID lodpgnenbimjcligojmfgdbpnoophopi
Официальный URL https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi
Описание Control Google slides remotely
Размер файла 11.19 KB
Количество установок 118
Текущая Версия 1.0
Последнее Обновление 2021-02-01
Дата публикации 2021-02-01
Разработчик rjonna
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Slides Remote Controller",
    "version": "1.0",
    "description": "Control Google slides remotely",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}