Comfort Monitor Live
Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)
Was ist Comfort Monitor Live?
Comfort Monitor Live ist eine Chrome-Erweiterung, die von https://comfortmonitor.live entwickelt wurde, und ihr Hauptmerkmal ist "Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)".
Erweiterungsscreenshots
Comfort Monitor Live-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comfort Monitor Live-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ghbdpapkdaifpgpgkfolfplnpoeabahl |
| Offizielle URL | https://chromewebstore.google.com/detail/comfort-monitor-live/ghbdpapkdaifpgpgkfolfplnpoeabahl |
| Beschreibung | Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk) |
| Dateigröße | 1.03 MB |
| Installationsanzahl | 47 |
| Aktuelle Version | 1.4.6 |
| Letztes Update | 2023-10-24 |
| Veröffentlichungsdatum | 2020-11-11 |
| Entwickler | https://comfortmonitor.live |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://comfortmonitor.live/ |
| Hilfeseite URL | https://comfortmonitor.live/ |
| URL der Datenschutzrichtlinien-Seite | https://softwarecrafts.uk/privacy-policy |
| Unterstützte Sprachen | 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"
} | |