Google Slides Remote Controller

Control Google slides remotely

什麼是Google Slides Remote Controller?

Google Slides Remote Controller是由rjonna開發的Chrome擴展程式,該擴展的主要功能是“Control Google slides remotely”。

擴展截圖

screenshot
screenshot

下載Google Slides Remote Controller擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}