Google Slides Remote Controller

Control Google slides remotely

What is Google Slides Remote Controller?

Google Slides Remote Controller is a Chrome extension developed by rjonna, and its main feature is "Control Google slides remotely".

Extension Screenshots

screenshot
screenshot

Download Google Slides Remote Controller Extension CRX File

Download Google Slides Remote Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Slides Remote Controller Google Slides Remote Controller
ID lodpgnenbimjcligojmfgdbpnoophopi
Official URL https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi
Description Control Google slides remotely
File Size 11.19 KB
Installation Count 118
Current Version 1.0
Last Updated 2021-02-01
Publish Date 2021-02-01
Developer rjonna
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}