Presentation Pro

Control Google Slides on any device, remotely.

Presentation Pro là gì?

Presentation Pro là một tiện ích mở rộng Chrome được phát triển bởi nathanhuang, và tính năng chính của nó là "Control Google Slides on any device, remotely.".

Tải xuống tệp CRX của tiện ích mở rộng Presentation Pro

Tải xuống các tệp mở rộng Presentation Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Presentation Pro Presentation Pro
ID fkpnhehfbgkpabafhjmlilogpachlhjo
URL Chính Thức https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo
Mô tả Control Google Slides on any device, remotely.
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-05-21
Ngày Phát Hành 2017-05-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nathanhuang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}