Azentio Web Controls
Sends native messages to Azentio Web Controls for Chrome.
Vad är Azentio Web Controls?
Azentio Web Controls är en Chrome-tillägg utvecklad av Azentio, och dess huvudfunktion är "Sends native messages to Azentio Web Controls for Chrome.".
Tilläggsskärmbilder
Ladda ner Azentio Web Controls-förlängningens CRX-fil
Ladda ner Azentio Web Controls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shows iMAL alerts desktop notifications, controls copy/print Screen for logged in users.
Grundläggande Information om Tillägg
Namn | Azentio Web Controls |
ID | ooibglcpomcgbfcddeinjpicnplkmlef |
Officiell webbadress | https://chromewebstore.google.com/detail/azentio-web-controls/ooibglcpomcgbfcddeinjpicnplkmlef |
Beskrivning | Sends native messages to Azentio Web Controls for Chrome. |
Filstorlek | 14.47 KB |
Antal Installationer | 1,446 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2022-06-14 |
Publiceringsdatum | 2015-10-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Azentio |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.azentio.com/ |
Stödda Språk | 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" ] } ] } |