Presentation Sync
Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Qu'est-ce que Presentation Sync ?
Presentation Sync est une extension Chrome développée par Will Ouyang, et sa fonction principale est "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Presentation Sync
Téléchargez les fichiers d'extension Presentation Sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Presentation Sync |
ID | eipedjifhojoogdilhodlpkajogkkdeg |
URL Officiel | https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg |
Description | Keep presentation synchronised in real-time, do a guided presentation with Google Presentation. |
Taille du Fichier | 44.27 KB |
Nombre d'Installations | 434 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-02-10 |
Date de Publication | 2015-02-10 |
Évaluation | 2.50/5 Total 4 Évaluations |
Développeur | Will Ouyang |
Type de Paiement | free |
Site Web de l'Extension | http://presentation-sync.herokuapp.com/ |
URL de la Page d'Aide | http://presentation-sync.herokuapp.com/ |
Langues Prises en Charge | 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" ] } |