Azentio Web Controls

Sends native messages to Azentio Web Controls for Chrome.

Was ist Azentio Web Controls?

Azentio Web Controls ist eine Chrome-Erweiterung, die von Azentio entwickelt wurde, und ihr Hauptmerkmal ist "Sends native messages to Azentio Web Controls for Chrome.".

Erweiterungsscreenshots

screenshot

Azentio Web Controls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Azentio Web Controls-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

                        Shows iMAL alerts desktop notifications, controls copy/print Screen for logged in users.                    

Grundlegende Informationen zur Erweiterung

Name Azentio Web Controls Azentio Web Controls
ID ooibglcpomcgbfcddeinjpicnplkmlef
Offizielle URL https://chromewebstore.google.com/detail/azentio-web-controls/ooibglcpomcgbfcddeinjpicnplkmlef
Beschreibung Sends native messages to Azentio Web Controls for Chrome.
Dateigröße 14.47 KB
Installationsanzahl 1,446
Aktuelle Version 1.0.4
Letztes Update 2022-06-14
Veröffentlichungsdatum 2015-10-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Azentio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.azentio.com/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azentio Web Controls",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Sends native messages to Azentio Web Controls for Chrome.",
    "background": {
        "page": "window.html"
    },
    "icons": {
        "32": "azentio_small.ico",
        "128": "azentio_large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}