OPSWAT File Security for Chrome

Scan files and downloads with OPSWAT File Security for Chrome

OPSWAT File Security for Chromeคืออะไร?

OPSWAT File Security for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OPSWAT และคุณลักษณะหลักของมันคือ "Scan files and downloads with OPSWAT File Security for Chrome"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OPSWAT File Security for Chrome

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

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

                        Scan every download from your Chrome browser with over 30 anti-malware engines and industry-leading vulnerability scanning technology. OPSWAT File Security for Chrome is an easy-to-use tool that examines every download via MetaDefender Cloud. Leverage the file hash database, fast multi-scanning, patented vulnerability scanning and effective data sanitization (CDR) to detect and block threats in files and applications before you download them.

You can also try out MetaDefender Cloud by visiting https://metadefender.opswat.com                    

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

ชื่อ OPSWAT File Security for Chrome OPSWAT File Security for Chrome
ID fjampemfhdfmangifafmianhokmpjbcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opswat-file-security-for/fjampemfhdfmangifafmianhokmpjbcj
คำอธิบาย Scan files and downloads with OPSWAT File Security for Chrome
ขนาดไฟล์ 693 KB
จำนวนการติดตั้ง 8,920
เวอร์ชันปัจจุบัน 4.0.8
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2020-04-29
คะแนน 4.36/5 รวมทั้งหมด 73 คะแนน
ผู้พัฒนา OPSWAT
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.opswat.com
URL หน้าช่วยเหลือ https://onlinehelp.opswat.com/mdcloud/OPSWAT_File_Security_for_Chrome.html
URL หน้านโยบายความเป็นส่วนตัว https://www.opswat.com/legal/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "4.0.8",
    "manifest_version": 3,
    "short_name": "__MSG_appShortName__",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "19": ".\/icon-19.png",
            "38": ".\/icon-38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "icons": {
        "16": ".\/icon-16.png",
        "48": ".\/icon-128.png",
        "128": ".\/icon-128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "contextMenus",
        "cookies",
        "downloads",
        "notifications",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self'"
    }
}