Presentation Pro

Control Google Slides on any device, remotely.

Qu'est-ce que Presentation Pro ?

Presentation Pro est une extension Chrome développée par nathanhuang, et sa fonction principale est "Control Google Slides on any device, remotely.".

Télécharger le fichier CRX de l'extension Presentation Pro

Téléchargez les fichiers d'extension Presentation Pro 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

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

Informations de Base sur l'Extension

Nom Presentation Pro Presentation Pro
ID fkpnhehfbgkpabafhjmlilogpachlhjo
URL Officiel https://chromewebstore.google.com/detail/presentation-pro/fkpnhehfbgkpabafhjmlilogpachlhjo
Description Control Google Slides on any device, remotely.
Taille du Fichier 116 KB
Nombre d'Installations 81
Version Actuelle 1.3
Dernière Mise à Jour 2017-05-21
Date de Publication 2017-05-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur nathanhuang
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}