Presentation Pro
Control Google Slides on any device, remotely.
Wat is Presentation Pro?
Presentation Pro is een Chrome-extensie ontwikkeld door nathanhuang, en de belangrijkste functie is "Control Google Slides on any device, remotely.".
Download het CRX-bestand van de extensie Presentation Pro
Download Presentation Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant...
Basisinformatie over de Extensie
Naam | Presentation Pro |
ID | fkpnhehfbgkpabafhjmlilogpachlhjo |
Officiële URL | https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo |
Beschrijving | Control Google Slides on any device, remotely. |
Bestandsgrootte | 116 KB |
Aantal Installaties | 81 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-05-21 |
Publicatiedatum | 2017-05-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | nathanhuang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |