Presentation Pro
Control Google Slides on any device, remotely.
Was ist Presentation Pro?
Presentation Pro ist eine Chrome-Erweiterung, die von nathanhuang entwickelt wurde, und ihr Hauptmerkmal ist "Control Google Slides on any device, remotely.".
Presentation Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Presentation Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant... Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fkpnhehfbgkpabafhjmlilogpachlhjo |
| Offizielle URL | https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo |
| Beschreibung | Control Google Slides on any device, remotely. |
| Dateigröße | 116 KB |
| Installationsanzahl | 81 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2017-05-21 |
| Veröffentlichungsdatum | 2017-05-20 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | nathanhuang |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |