Presentation Pro

Control Google Slides on any device, remotely.

Presentation Proคืออะไร?

Presentation Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nathanhuang และคุณลักษณะหลักของมันคือ "Control Google Slides on any device, remotely."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presentation Pro

ดาวน์โหลดไฟล์ส่วนขยาย Presentation Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Presentation Pro Presentation Pro
ID fkpnhehfbgkpabafhjmlilogpachlhjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo
คำอธิบาย Control Google Slides on any device, remotely.
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-05-21
วันที่เผยแพร่ 2017-05-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nathanhuang
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery.min.js",
                "socket.io-1.1.0.js",
                "analytics.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*\/present*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Control Google Slides on any device, remotely.",
    "icons": {
        "128": "logo_192.png",
        "16": "logo_192.png",
        "48": "logo_192.png"
    },
    "manifest_version": 2,
    "name": "Presentation Pro",
    "offline_enabled": true,
    "options_page": "welcome.html",
    "permissions": [
        "notifications"
    ],
    "short_name": "Remote for Google Slides",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}