Presentation Sync
Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Wat is Presentation Sync?
Presentation Sync is een Chrome-extensie ontwikkeld door Will Ouyang, en de belangrijkste functie is "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.".
Extensie Screenshots
Download het CRX-bestand van de extensie Presentation Sync
Download Presentation Sync-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
If you want to do a guided presentation with Google Presentation, and want to synchronise your action like page down, page up to every audience on the web, you may need this extension. This will be useful if you want to use Googpe Presention and Skype or Hangout together to deliver a presentation, you may want everyone to know which page you are talking. Just click the "Sync Present" button on Google Presention, and you action on the page will be synchronised with other did the same.
Basisinformatie over de Extensie
Naam | Presentation Sync |
ID | eipedjifhojoogdilhodlpkajogkkdeg |
Officiële URL | https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg |
Beschrijving | Keep presentation synchronised in real-time, do a guided presentation with Google Presentation. |
Bestandsgrootte | 44.27 KB |
Aantal Installaties | 434 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-02-10 |
Publicatiedatum | 2015-02-10 |
Beoordeling | 2.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Will Ouyang |
Betalingswijze | free |
Extensiewebsite | http://presentation-sync.herokuapp.com/ |
Help Pagina-URL | http://presentation-sync.herokuapp.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery-1.8.2.min.js", "edit.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*\/edit*" ] }, { "js": [ "jquery-1.8.2.min.js", "present.js" ], "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*\/present*" ] } ], "description": "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "48": "icons\/icon_48.png" }, "manifest_version": 2, "name": "Presentation Sync", "options_page": "background.html", "page_action": { "default_icon": "icons\/icon_16.png" }, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "toastr\/toastr.css", "toastr\/toastr-responsive.css", "jquery-1.8.2.min.js", "toastr\/toastr.js" ] } |