Viso Agent

Radix Viso Management chrome agent

Τι είναι το Viso Agent;

Το Viso Agent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome-apps-radix, και η κύρια λειτουργία του είναι "Radix Viso Management chrome agent".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Viso Agent

Λήψη αρχείων επέκτασης Viso Agent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        An all-in-one cloud-based device management platform, enabling users to increase administrative effectiveness, reduce operational complexity, and save time and money, making device management smarter and more focused.

Radix VISO device management solution for Chrome devices is feature-rich, enabling IT admins to provide ad-hoc support with real-time remote screen view, see detailed device info, view browsing history, apply apps and websites usage policies, send messages, view device location in real-time and much more, while school leaders can run detailed usage reports to make fact-based decisions and optimize device usage.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Viso Agent Viso Agent
ID objldkpojogjikobgpnehjencdiddfij
Επίσημο URL https://chromewebstore.google.com/detail/viso-agent/objldkpojogjikobgpnehjencdiddfij
Περιγραφή Radix Viso Management chrome agent
Μέγεθος Αρχείου 87.77 KB
Αριθμός Εγκαταστάσεων 169
Τρέχουσα Έκδοση 7.5
Τελευταία Ενημέρωση 2022-12-21
Ημερομηνία Δημοσίευσης 2021-07-01
Προγραμματιστής chrome-apps-radix
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://visomdm.com/v2/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://www.radix-int.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viso Agent",
    "author": "Viso MDM Agent",
    "version": "7.5",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnnRhEhFN5d6xtZ691o9jQr9euk\/7pI7qx1OnXoEv7UQR49bscddf+ubA\/HjbYoYY7EB\/TrcOWpmHsS7sHzvCcmFBD8CbCIcXkh6Fdofx0BJcllG5hcAGxbg8wR2dRelgGv6H9m24EtWf30UAbywz2wyhqYf1\/ZnMKetiXe\/1a5jgLjWsxzVBTgz2NQN6Zukvv85n626kKjaGp3uVrpxLiPE2s4svQqgMKPpAHOpkyBFcObGfsoLaM8TuMPz4zgUAtmk4X6jLjk\/mhVyXGYhrvnvZpZHwhZ9Z+r0pw3+fZ+76uikPs+fZXO9m9DmVSUgDfLkVLx5aZQkBMxVtsdDUcwIDAQAB",
    "minimum_chrome_version": "34",
    "description": "Radix Viso Management chrome agent",
    "background": {
        "scripts": [
            ".\/jquery.min.js",
            ".\/loader.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "identity",
        "identity.email",
        "geolocation",
        "management",
        "system.storage",
        "system.cpu",
        "system.memory",
        "system.display",
        "notifications",
        "alarms",
        "*:\/\/apis.google.com\/*",
        "gcm",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "oauth2": {
        "client_id": "207611410462-vbda4l454a9aktmsiebve394vprlkgt5.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.glbth.com\/*",
            "https:\/\/*.devrdx.com\/*",
            "https:\/\/*.visomdm.com\/*",
            "https:\/\/*.teacherview.live\/*",
            "https:\/\/teacherview.live\/*",
            "https:\/\/*.teacher-view.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.devrdx.com https:\/\/*.glbth.com https:\/\/*.teacher-view.com https:\/\/teacherview.live https:\/\/*.teacherview.live https:\/\/*.visomdm.com http:\/\/localhost:8080 https:\/\/www.googleapis.com https:\/\/apis.google.com http:\/\/127.0.0.1:8080; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.glbth.com\/*",
                "https:\/\/*.devrdx.com\/*",
                "https:\/\/*.visomdm.com\/*",
                "https:\/\/*.teacherview.live\/*",
                "https:\/\/*.teacher-view.com\/*"
            ]
        }
    ]
}