Presentation Sync

Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.

¿Qué es Presentation Sync?

Presentation Sync es una extensión de Chrome desarrollada por Will Ouyang, y su función principal es "Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Presentation Sync

Descarga archivos de extensión Presentation Sync en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Presentation Sync Presentation Sync
ID eipedjifhojoogdilhodlpkajogkkdeg
URL Oficial https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg
Descripción Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Tamaño del Archivo 44.27 KB
Cantidad de Instalaciones 434
Versión Actual 1.1
Última Actualización 2015-02-10
Fecha de Publicación 2015-02-10
Calificación 2.50/5 Total de 4 Calificaciones
Desarrollador Will Ouyang
Tipo de Pago free
Sitio Web de la Extensión http://presentation-sync.herokuapp.com/
URL de la Página de Ayuda http://presentation-sync.herokuapp.com/
Idiomas Soportados 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"
    ]
}