Yodeck Web Player Extension
Unlocks all features of Yodeck Web Player
¿Qué es Yodeck Web Player Extension?
Yodeck Web Player Extension es una extensión de Chrome desarrollada por https://www.yodeck.com, y su función principal es "Unlocks all features of Yodeck Web Player".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Yodeck Web Player Extension
Descarga archivos de extensión Yodeck Web Player Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The official Yodeck Web Player Extension unlocks all Yodeck Digital Signage features for Chrome! With it, you can preview playback in Chrome, or setup Chrome as a normal 24/7 Yodeck Web Player! By installing the Web Player Extension, you will get: - Screenshots in the Yodeck Portal - All Web Pages will now work - Apply Volume Schedules in Web Pages Important notes: - The Yodeck Web Player can be opened here: https://player.yodeck.com - For setting up your computer as a 24/7 Yodeck Web Player (i.e. start Chrome on boot, go fullscreen, and more), read our instructions here: https://www.yodeck.com/docs/setting-up-yodeck-web-player - If you need help using the Yodeck Web Player or you have any questions, please reach out by clicking the Support link above!
Información Básica de la Extensión
Nombre | Yodeck Web Player Extension |
ID | kfmgapneffipolpljmofbmonafjlodim |
URL Oficial | https://chromewebstore.google.com/detail/yodeck-web-player-extensi/kfmgapneffipolpljmofbmonafjlodim |
Descripción | Unlocks all features of Yodeck Web Player |
Tamaño del Archivo | 60.47 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 0.0.0.6 |
Última Actualización | 2023-11-28 |
Fecha de Publicación | 2021-10-21 |
Calificación | 3.80/5 Total de 5 Calificaciones |
Desarrollador | https://www.yodeck.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.yodeck.com/ |
URL de la Página de Ayuda | https://help.yodeck.com/ |
URL de la Página de Política de Privacidad | https://www.yodeck.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yodeck Web Player Extension", "description": "Unlocks all features of Yodeck Web Player", "version": "0.0.0.6", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "Yodeck Extension Helper", "default_popup": ".\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.yodeck.com\/*" ], "all_frames": false, "run_at": "document_start", "js": [ "contentScript.js" ] }, { "matches": [ " |