Searchlight Remote for Google Slides

Easily turn your smartphone into a Google Slides presentation remote

Τι είναι το Searchlight Remote for Google Slides;

Το Searchlight Remote for Google Slides είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Joey Cheng, και η κύρια λειτουργία του είναι "Easily turn your smartphone into a Google Slides presentation remote".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Searchlight Remote for Google Slides

Λήψη αρχείων επέκτασης Searchlight Remote for Google Slides σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Searchlight Remote for Google Slides Searchlight Remote for Google Slides
ID mhpohiaafkokgdhoapjhmplecibolkod
Επίσημο URL https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod
Περιγραφή Easily turn your smartphone into a Google Slides presentation remote
Μέγεθος Αρχείου 69.34 KB
Αριθμός Εγκαταστάσεων 916
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2021-01-21
Ημερομηνία Δημοσίευσης 2019-10-09
Αξιολόγηση 4.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Joey Cheng
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}