Azentio Web Controls

Sends native messages to Azentio Web Controls for Chrome.

Azentio Web Controlsคืออะไร?

Azentio Web Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Azentio และคุณลักษณะหลักของมันคือ "Sends native messages to Azentio Web Controls for Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Azentio Web Controls

ดาวน์โหลดไฟล์ส่วนขยาย Azentio Web Controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Azentio Web Controls Azentio Web Controls
ID ooibglcpomcgbfcddeinjpicnplkmlef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/azentio-web-controls/ooibglcpomcgbfcddeinjpicnplkmlef
คำอธิบาย Sends native messages to Azentio Web Controls for Chrome.
ขนาดไฟล์ 14.47 KB
จำนวนการติดตั้ง 1,446
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-06-14
วันที่เผยแพร่ 2015-10-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Azentio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.azentio.com/
ภาษาที่รองรับ 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"
            ]
        }
    ]
}