Presentation Pro
Control Google Slides on any device, remotely.
What is Presentation Pro?
Presentation Pro is a Chrome extension developed by nathanhuang, and its main feature is "Control Google Slides on any device, remotely.".
Download Presentation Pro Extension CRX File
Download Presentation Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant...
Extension Basic Information
Name | Presentation Pro |
ID | fkpnhehfbgkpabafhjmlilogpachlhjo |
Official URL | https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo |
Description | Control Google Slides on any device, remotely. |
File Size | 116 KB |
Installation Count | 81 |
Current Version | 1.3 |
Last Updated | 2017-05-21 |
Publish Date | 2017-05-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nathanhuang |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |