Azentio Web Controls
Sends native messages to Azentio Web Controls for Chrome.
Apa itu Azentio Web Controls?
Azentio Web Controls adalah ekstensi Chrome yang dikembangkan oleh Azentio, dan fitur utamanya adalah "Sends native messages to Azentio Web Controls for Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Azentio Web Controls
Unduh file ekstensi Azentio Web Controls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Shows iMAL alerts desktop notifications, controls copy/print Screen for logged in users.
Informasi Dasar Ekstensi
Nama | Azentio Web Controls |
ID | ooibglcpomcgbfcddeinjpicnplkmlef |
URL Resmi | https://chromewebstore.google.com/detail/azentio-web-controls/ooibglcpomcgbfcddeinjpicnplkmlef |
Deskripsi | Sends native messages to Azentio Web Controls for Chrome. |
Ukuran File | 14.47 KB |
Jumlah Instalasi | 1,446 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2022-06-14 |
Tanggal Publikasi | 2015-10-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Azentio |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.azentio.com/ |
Bahasa yang Didukung | 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" ] } ] } |