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 Joey Cheng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily turn your smartphone into a Google Slides presentation remote"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Searchlight Remote for Google Slides एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}