Multigual Interpreter Extension

This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…

Multigual Interpreter Extensionคืออะไร?

Multigual Interpreter Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย development และคุณลักษณะหลักของมันคือ "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…"

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

screenshot

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

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

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

                        This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication problems. It also provides an additional layer of security by verifying the user's authenticity before allowing access to the application. With this extension, employees can work efficiently and securely, ensuring business continuity.                    

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

ชื่อ Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
คำอธิบาย This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
ขนาดไฟล์ 24.11 KB
จำนวนการติดตั้ง 332
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-01-27
วันที่เผยแพร่ 2023-01-19
ผู้พัฒนา development
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Multigual Interpreter Extension",
    "version": "1.2",
    "icons": {
        "16": ".\/public\/favicon-16x16.png",
        "32": ".\/public\/favicon-32x32.png"
    },
    "host_permissions": [
        "*:\/\/www.facetok.com\/*"
    ],
    "permissions": [
        "storage",
        "windows",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facetok.com\/interpreter\/dashboard"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "js": [
            "popup.js"
        ]
    }
}