Searchlight Remote for Google Slides

Easily turn your smartphone into a Google Slides presentation remote

Qu'est-ce que Searchlight Remote for Google Slides ?

Searchlight Remote for Google Slides est une extension Chrome développée par Joey Cheng, et sa fonction principale est "Easily turn your smartphone into a Google Slides presentation remote".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Searchlight Remote for Google Slides

Téléchargez les fichiers d'extension Searchlight Remote for Google Slides 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

                        Speaking at conferences? Focus on what matters with Searchlight.

Searchlight is a super-duper-fast Google Slides remote inspired by Logitech Spotlight. Navigate between slides, and activate the spotlight-pointer with simple touch gestures. Try it!

Your privacy matters. Searchlight uses WebRTC for connectivity between the remote and presentation. So, devices communicate peer-to-peer once connection is established, none of your data goes through our servers, no trace, no fuss.                    

Informations de Base sur l'Extension

Nom Searchlight Remote for Google Slides Searchlight Remote for Google Slides
ID mhpohiaafkokgdhoapjhmplecibolkod
URL Officiel https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod
Description Easily turn your smartphone into a Google Slides presentation remote
Taille du Fichier 69.34 KB
Nombre d'Installations 916
Version Actuelle 2.0.4
Dernière Mise à Jour 2021-01-21
Date de Publication 2019-10-09
Évaluation 4.00/5 Total 9 Évaluations
Développeur Joey Cheng
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.4",
    "name": "Searchlight Remote for Google Slides",
    "description": "Easily turn your smartphone into a Google Slides presentation remote",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "js": [
                "start.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "https:\/\/docs.google.com\/presentation\/d\/*"
    ],
    "minimum_chrome_version": "61",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "content-script.css"
    ]
}