Presentation Sync

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

Co je Presentation Sync?

Presentation Sync je rozšíření Chrome vyvinuté Will Ouyang, a jeho hlavní funkcí je „Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Presentation Sync

Stáhněte si soubory rozšíření Presentation Sync ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Presentation Sync Presentation Sync
ID eipedjifhojoogdilhodlpkajogkkdeg
Oficiální URL https://chromewebstore.google.com/detail/presentation-sync/eipedjifhojoogdilhodlpkajogkkdeg
Popis Keep presentation synchronised in real-time, do a guided presentation with Google Presentation.
Velikost souboru 44.27 KB
Počet instalací 434
Aktuální Verze 1.1
Poslední Aktualizace 2015-02-10
Datum Vydání 2015-02-10
Hodnocení 2.50/5 Celkem 4 Hodnocení
Vývojář Will Ouyang
Typ Platby free
Webové stránky Rozšíření http://presentation-sync.herokuapp.com/
URL Stránky Nápovědy http://presentation-sync.herokuapp.com/
Podporované Jazyky 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"
    ]
}