Presentation Pro

Control Google Slides on any device, remotely.

Vad är Presentation Pro?

Presentation Pro är en Chrome-tillägg utvecklad av nathanhuang, och dess huvudfunktion är "Control Google Slides on any device, remotely.".

Ladda ner Presentation Pro-förlängningens CRX-fil

Ladda ner Presentation Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Presentation Pro for Google Slides™ is a Chrome Extension + web app that allows you to control the presentation slide by Google Assitant...                    

Grundläggande Information om Tillägg

Namn Presentation Pro Presentation Pro
ID fkpnhehfbgkpabafhjmlilogpachlhjo
Officiell webbadress https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo
Beskrivning Control Google Slides on any device, remotely.
Filstorlek 116 KB
Antal Installationer 81
Aktuell Version 1.3
Senast Uppdaterad 2017-05-21
Publiceringsdatum 2017-05-20
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare nathanhuang
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}