Presentation Pro
Control Google Slides on any device, remotely.
Hvad er Presentation Pro?
Presentation Pro er en Chrome-udvidelse udviklet af nathanhuang, og dens hovedfunktion er "Control Google Slides on any device, remotely.".
Download Presentation Pro-udvidelses-CRX-fil
Download Presentation Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant... Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fkpnhehfbgkpabafhjmlilogpachlhjo |
| Officiel URL | https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo |
| Beskrivelse | Control Google Slides on any device, remotely. |
| Filstørrelse | 116 KB |
| Antal Installationer | 81 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2017-05-21 |
| Udgivelsesdato | 2017-05-20 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | nathanhuang |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |