Azentio Web Controls
Sends native messages to Azentio Web Controls for Chrome.
Wat is Azentio Web Controls?
Azentio Web Controls is een Chrome-extensie ontwikkeld door Azentio, en de belangrijkste functie is "Sends native messages to Azentio Web Controls for Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Azentio Web Controls
Download Azentio Web Controls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows iMAL alerts desktop notifications, controls copy/print Screen for logged in users.
Basisinformatie over de Extensie
Naam | Azentio Web Controls |
ID | ooibglcpomcgbfcddeinjpicnplkmlef |
Officiële URL | https://chromewebstore.google.com/detail/azentio-web-controls/ooibglcpomcgbfcddeinjpicnplkmlef |
Beschrijving | Sends native messages to Azentio Web Controls for Chrome. |
Bestandsgrootte | 14.47 KB |
Aantal Installaties | 1,446 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2022-06-14 |
Publicatiedatum | 2015-10-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Azentio |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.azentio.com/ |
Ondersteunde Talen | 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" ] } ] } |