Application Guard Extension

View untrusted websites in a separate Microsoft Edge browsing window to help protect your device from advanced threats.

Application Guard Extensionคืออะไร?

Application Guard Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "View untrusted websites in a separate Microsoft Edge browsing window to help protect your device from advanced threats."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Application Guard Extension

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

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

                        Microsoft Defender Application Guard Extension protects your device from advanced attacks by redirecting untrusted websites to an isolated version of the Microsoft Edge browser. If an untrusted website turns out to be malicious, it remains within Application Guard's secure container, keeping your device protected.

Microsoft Defender Application Guard Extension works with the following editions of Windows 10, version 1803 with latest updates or later:

    Windows 10 Professional
    Windows 10 Enterprise
    Windows 10 Education

NOTE: If you're using Windows 10 in an unmanaged environment, you can use this extension to manually open untrusted websites in an isolated Application Guard session, but untrusted websites will not be redirected automatically.

By installing this extension, you agree to the Microsoft License Terms below.

https://go.microsoft.com/fwlink/?linkid=2038109                    

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

ชื่อ Application Guard Extension Application Guard Extension
ID mfjnknhkkiafjajicegabkbimfhplplj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/application-guard-extensi/mfjnknhkkiafjajicegabkbimfhplplj
คำอธิบาย View untrusted websites in a separate Microsoft Edge browsing window to help protect your device from advanced threats.
ขนาดไฟล์ 769 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.0.2206.23003
อัปเดตครั้งล่าสุด 2022-06-30
วันที่เผยแพร่ 2020-03-19
คะแนน 3.03/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Microsoft Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://go.microsoft.com/fwlink?LinkId=521839
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.2206.23003",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/web.vortex.data.microsoft.com\/; object-src 'self'",
    "icons": {
        "16": "img\/WindowsDefenderAppGuard_16x16.png",
        "48": "img\/WindowsDefenderAppGuard_48x48.png",
        "128": "img\/WindowsDefenderAppGuard_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/WindowsDefenderAppGuard_16x16.png",
            "24": "img\/WindowsDefenderAppGuard_24x24.png",
            "32": "img\/WindowsDefenderAppGuard_32x32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "incognito": "split",
    "permissions": [
        "nativeMessaging",
        "tabs",
        "webRequest",
        "background",
        "history",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "html\/interstitial.html"
    ]
}