Google Slides Remote Controller

Control Google slides remotely

Vad är Google Slides Remote Controller?

Google Slides Remote Controller är en Chrome-tillägg utvecklad av rjonna, och dess huvudfunktion är "Control Google slides remotely".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Google Slides Remote Controller-förlängningens CRX-fil

Ladda ner Google Slides Remote Controller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google Slides Remote Controller Google Slides Remote Controller
ID lodpgnenbimjcligojmfgdbpnoophopi
Officiell webbadress https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi
Beskrivning Control Google slides remotely
Filstorlek 11.19 KB
Antal Installationer 118
Aktuell Version 1.0
Senast Uppdaterad 2021-02-01
Publiceringsdatum 2021-02-01
Utvecklare rjonna
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}