Valotalive My Display

Valotalive My Display turns your laptop with Chrome into a live Info Screen.

Valotalive My Displayคืออะไร?

Valotalive My Display เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://valota.live และคุณลักษณะหลักของมันคือ "Valotalive My Display turns your laptop with Chrome into a live Info Screen."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Valotalive My Display

ดาวน์โหลดไฟล์ส่วนขยาย Valotalive My Display ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Valotalive is the leading digital signage service making your Workplace more productive, transparent and fun.

Valotalive My Display turns any laptop with Chrome into a live Info Screen. You can connect Valotalive with your favourite tools that you use. The information and data will flow to you, making your life easier.

★ With Valotalive you can:
* 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 My Display you can:
* Have your personal Info Screen with you
* Enjoy Valotalive anywhere

➤ To manage your Valotalive My Display you need an account. Try it for free https://www.valota.live

Valotalive has turn-key integrations to a constantly increasing number of data sources. You can see the latest status at https://www.valota.live/applications                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Valotalive My Display Valotalive My Display
ID ldmbdpaeoadlkfoimhkjpdpmlngjbabb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/valotalive-my-display/ldmbdpaeoadlkfoimhkjpdpmlngjbabb
คำอธิบาย Valotalive My Display turns your laptop with Chrome into a live Info Screen.
ขนาดไฟล์ 78.05 KB
จำนวนการติดตั้ง 581
เวอร์ชันปัจจุบัน 2.0.11
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2019-10-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://valota.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://valota.live
URL หน้าช่วยเหลือ https://valota.freshdesk.com/support/solutions
URL หน้านโยบายความเป็นส่วนตัว https://valota.live/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Valotalive My Display",
    "short_name": "valota.live",
    "description": "Valotalive My Display turns your laptop with Chrome into a live Info Screen.",
    "version": "2.0.11",
    "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",
        "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"
    }
}