Comfort Monitor Live
Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)
Comfort Monitor Liveとは何ですか?
Comfort Monitor Liveはhttps://comfortmonitor.liveによって開発されたChromeの拡張機能で、その主な機能は「Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk)」です。
拡張機能のスクリーンショット
Comfort Monitor Live拡張機能のCRXファイルをダウンロード
Comfort Monitor Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ghbdpapkdaifpgpgkfolfplnpoeabahl |
| 公式URL | https://chromewebstore.google.com/detail/comfort-monitor-live/ghbdpapkdaifpgpgkfolfplnpoeabahl |
| 説明 | Enable Planning Center’s ‘Services LIVE.’ to be shown on a comfort monitor with one click (previously Planning Center Live Kiosk) |
| ファイルサイズ | 1.03 MB |
| インストール数 | 47 |
| 現在のバージョン | 1.4.6 |
| 最終更新日 | 2023-10-24 |
| 公開日 | 2020-11-11 |
| 開発者 | https://comfortmonitor.live |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://comfortmonitor.live/ |
| ヘルプページのURL | https://comfortmonitor.live/ |
| プライバシーポリシーページのURL | https://softwarecrafts.uk/privacy-policy |
| 対応言語 | 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"
} | |