Comfort Monitor Live

Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)

¿Qué es Comfort Monitor Live?

Comfort Monitor Live es una extensión de Chrome desarrollada por https://comfortmonitor.live, y su función principal es "Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Comfort Monitor Live

Descarga archivos de extensión Comfort Monitor Live 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

                        This extension improved the full screen interface for planning center's service live screen layout. While the native layout is a great start it is not optimised in regard to being a 10-foot display

This extension solves this by creating a kiosk like experience for a comfort monitor at the back of a room or auditorium.                    

Información Básica de la Extensión

Nombre Comfort Monitor Live Comfort Monitor Live
ID ghbdpapkdaifpgpgkfolfplnpoeabahl
URL Oficial https://chromewebstore.google.com/detail/comfort-monitor-live/ghbdpapkdaifpgpgkfolfplnpoeabahl
Descripción Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)
Tamaño del Archivo 1.03 MB
Cantidad de Instalaciones 47
Versión Actual 1.4.6
Última Actualización 2023-10-24
Fecha de Publicación 2020-11-11
Desarrollador https://comfortmonitor.live
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://comfortmonitor.live/
URL de la Página de Ayuda https://comfortmonitor.live/
URL de la Página de Política de Privacidad https://softwarecrafts.uk/privacy-policy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comfort Monitor Live",
    "version": "1.4.6",
    "description": "Enable Planning Center\u2019s \u2018Services LIVE.\u2019 to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "cookies",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/services.planningcenteronline.com\/",
        "http:\/\/localhost:3000\/"
    ],
    "action": {
        "default_title": "Comfort Monitor Live"
    },
    "background": {
        "service_worker": "src\/wrapper.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmXz7eS4S73ltJhM6FTXNCkyFPQypQV7pvO7LR0qaFBYqlYCXgjHq9jtBqdqkSzGN4X+AYh5UDoB6QyaPSZcYwNSXSKmxeKrmpkotZXdx1lJuTVhz5PH29bQHbSeVLWyDgAlK+rhW+\/Tu1cMmyz36TyIVOT0BtXIoVbgcyn3Z1xEbLoqxF56QeUCa6\/OkN0QQILcmEx0KU2jaxevv9t2A2RhjiN9+iwMTf+YBu5t1Bh3nxZCi5\/4AmRdURYKIYm9m1t+ovqiFuahX3D8y+dEjgondFIUz5OUjdfXugNLGJqrZt7QmZzb\/5JCpbCp22x8P1lYAwGnwxtoE0E4YyiRWKQIDAQAB"
}