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
公式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
Eメール [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"
            ]
        }
    ]
}