Azentio Web Controls

Sends native messages to Azentio Web Controls for Chrome.

What is Azentio Web Controls?

Azentio Web Controls is a Chrome extension developed by Azentio, and its main feature is "Sends native messages to Azentio Web Controls for Chrome.".

Extension Screenshots

screenshot

Download Azentio Web Controls Extension CRX File

Download Azentio Web Controls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Azentio Web Controls Azentio Web Controls
ID ooibglcpomcgbfcddeinjpicnplkmlef
Official URL https://chromewebstore.google.com/detail/azentio-web-controls/ooibglcpomcgbfcddeinjpicnplkmlef
Description Sends native messages to Azentio Web Controls for Chrome.
File Size 14.47 KB
Installation Count 1,446
Current Version 1.0.4
Last Updated 2022-06-14
Publish Date 2015-10-16
Rating 5.00/5 Total 1 Ratings
Developer Azentio
Email [email protected]
Payment Type free
Extension Website https://www.azentio.com/
Supported Languages 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"
            ]
        }
    ]
}