Valotalive Digital Signage Player
Valotalive Digital Signage player for Chrome Browser. Use this when you want to use a PC/laptop as a digital signage screen.
Valotalive Digital Signage Player là gì?
Valotalive Digital Signage Player là một tiện ích mở rộng Chrome được phát triển bởi https://valota.live, và tính năng chính của nó là "Valotalive Digital Signage player for Chrome Browser. Use this when you want to use a PC/laptop as a digital signage screen.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Valotalive Digital Signage Player
Tải xuống các tệp mở rộng Valotalive Digital Signage Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Valotalive is the leading digital signage service making your Workplace more productive, transparent and fun. Valotalive Digital Signage Player turns any computer with Chrome into a live Info Screen. ★ With Valotalive you can: * Group your displays and target content accordingly * Connect to different data sources with Apps * Combine Apps and create a Flow of live information and data visualizations * Manage local and global network of digital signage Screens with live and visual information Flows ★ With Valotalive Digital Signage Player: * Transform any device with the Chrome Extension into a Valotalive screen without entering you credentials in the device. Install this extension to Chrome browser in your media player. Connect your display - log in to your Valotalive Account at https://valota.live
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Valotalive Digital Signage Player |
ID | jeikijoikmaimmdlgfljckhahkhbfjii |
URL Chính Thức | https://chromewebstore.google.com/detail/valotalive-digital-signag/jeikijoikmaimmdlgfljckhahkhbfjii |
Mô tả | Valotalive Digital Signage player for Chrome Browser. Use this when you want to use a PC/laptop as a digital signage screen. |
Kích Thước Tệp | 78.34 KB |
Số Lần Cài Đặt | 152 |
Phiên Bản Hiện Tại | 2.0.9 |
Cập Nhật Lần Cuối | 2023-11-16 |
Ngày Phát Hành | 2021-01-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://valota.live |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://valota.live |
URL Trang Trợ Giúp | https://valota.freshdesk.com/support/solutions |
URL Trang Chính Sách Bảo Mật | https://valota.live/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Valotalive Digital Signage Player", "short_name": "valota.live", "description": "Valotalive Digital Signage player for Chrome Browser. Use this when you want to use a PC\/laptop as a digital signage screen.", "version": "2.0.9", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": "img\/valota_app_icon_128.png" }, "icons": { "16": "img\/valota_app_icon_16.png", "32": "img\/valota_app_icon_32.png", "48": "img\/valota_app_icon_48.png", "64": "img\/valota_app_icon_64.png", "128": "img\/valota_app_icon_128.png", "144": "img\/valota_app_icon_144.png", "192": "img\/valota_app_icon_192.png" }, "permissions": [ "unlimitedStorage", "system.memory", "storage", "power", "alarms", "geolocation", "offscreen" ], "host_permissions": [ "https:\/\/*.valotalive.com\/*", "https:\/\/*.valota.live\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.valotalive.com\/*", "https:\/\/*.valota.live\/*" ] }, "offline_enabled": true, "background": { "service_worker": "js\/service_worker.js", "type": "module" } } |