Searchlight Remote for Google Slides
Easily turn your smartphone into a Google Slides presentation remote
Wat is Searchlight Remote for Google Slides?
Searchlight Remote for Google Slides is een Chrome-extensie ontwikkeld door Joey Cheng, en de belangrijkste functie is "Easily turn your smartphone into a Google Slides presentation remote".
Extensie Screenshots
Download het CRX-bestand van de extensie Searchlight Remote for Google Slides
Download Searchlight Remote for Google Slides-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mhpohiaafkokgdhoapjhmplecibolkod |
| Officiële URL | https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod |
| Beschrijving | Easily turn your smartphone into a Google Slides presentation remote |
| Bestandsgrootte | 69.34 KB |
| Aantal Installaties | 916 |
| Huidige Versie | 2.0.4 |
| Laatst Bijgewerkt | 2021-01-21 |
| Publicatiedatum | 2019-10-09 |
| Beoordeling | 4.00/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Joey Cheng |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |