Comfort Monitor Live

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

Cos'è Comfort Monitor Live?

Comfort Monitor Live è un'estensione di Chrome sviluppata da https://comfortmonitor.live, e la sua funzione principale è "Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Comfort Monitor Live

Scarica i file di estensione Comfort Monitor Live in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Comfort Monitor Live Comfort Monitor Live
ID ghbdpapkdaifpgpgkfolfplnpoeabahl
URL Ufficiale https://chromewebstore.google.com/detail/comfort-monitor-live/ghbdpapkdaifpgpgkfolfplnpoeabahl
Descrizione Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)
Dimensione del File 1.03 MB
Conteggio Installazioni 47
Versione Corrente 1.4.6
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2020-11-11
Sviluppatore https://comfortmonitor.live
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://comfortmonitor.live/
URL della Pagina di Aiuto https://comfortmonitor.live/
URL della Pagina della Politica sulla Privacy https://softwarecrafts.uk/privacy-policy
Lingue Supportate 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"
}