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"
            ]
        }
    ]
}