Talos-Genesis Bridge
Browser extension to allow bridging of user events between Talos and Genesis.
Qu'est-ce que Talos-Genesis Bridge ?
Talos-Genesis Bridge est une extension Chrome développée par https://nxgen.cloud, et sa fonction principale est "Browser extension to allow bridging of user events between Talos and Genesis.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talos-Genesis Bridge
Téléchargez les fichiers d'extension Talos-Genesis Bridge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Talos-Genesis Bridge |
ID | aphhmbnmncbnlfkljeafmaimbdpnekgl |
URL Officiel | https://chromewebstore.google.com/detail/talos-genesis-bridge/aphhmbnmncbnlfkljeafmaimbdpnekgl |
Description | Browser extension to allow bridging of user events between Talos and Genesis. |
Taille du Fichier | 19.01 KB |
Nombre d'Installations | 293 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2022-03-22 |
Date de Publication | 2019-11-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://nxgen.cloud |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |