Talos-Genesis Bridge
Browser extension to allow bridging of user events between Talos and Genesis.
Talos-Genesis Bridgeとは何ですか?
Talos-Genesis Bridgeはhttps://nxgen.cloudによって開発されたChromeの拡張機能で、その主な機能は「Browser extension to allow bridging of user events between Talos and Genesis.」です。
拡張機能のスクリーンショット
Talos-Genesis Bridge拡張機能のCRXファイルをダウンロード
Talos-Genesis Bridge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is to be used to link the Talos Event Management with the Genesis Video Alarm Management. The bridge ensures synchronization of alarms and the respective pictures between the two system in the operator screen. The extension works in the background and has no user interaction.
拡張機能の基本情報
名前 | Talos-Genesis Bridge |
ID | aphhmbnmncbnlfkljeafmaimbdpnekgl |
公式URL | https://chromewebstore.google.com/detail/talos-genesis-bridge/aphhmbnmncbnlfkljeafmaimbdpnekgl |
説明 | Browser extension to allow bridging of user events between Talos and Genesis. |
ファイルサイズ | 19.01 KB |
インストール数 | 293 |
現在のバージョン | 0.0.4 |
最終更新日 | 2022-03-22 |
公開日 | 2019-11-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://nxgen.cloud |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Talos-Genesis Bridge", "version": "0.0.4", "description": "Browser extension to allow bridging of user events between Talos and Genesis.", "manifest_version": 3, "background": { "service_worker": "messageBroker.js" }, "action": { "default_popup": "\/popup.html", "default_icon": { "128": "\/images\/nxg128.png" } }, "icons": { "128": "\/images\/nxg128.png" }, "permissions": [], "host_permissions": [ "http:\/\/localhost:4200\/*", "http:\/\/localhost:1880\/*", "https:\/\/talos-app.io\/*", "https:\/\/talos-staging.io\/*", "https:\/\/talos-staging.tech.sitasys.com\/*", "https:\/\/*.nxgen.cloud\/*", "https:\/\/nxgen.cloud\/*", "https:\/\/talos.evalink.io\/*", "https:\/\/talos-staging.evalink.io\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:4200\/*", "http:\/\/localhost:1880\/*", "https:\/\/talos-app.io\/*", "https:\/\/talos-staging.io\/*", "https:\/\/talos-staging.tech.sitasys.com\/*", "https:\/\/*.nxgen.cloud\/*", "https:\/\/nxgen.cloud\/*", "https:\/\/talos.evalink.io\/*", "https:\/\/talos-staging.evalink.io\/*" ], "all_frames": true, "js": [ "pageScript.js" ] } ] } |