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是由development開發的Chrome擴展程式,該擴展的主要功能是“This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…”。

擴展截圖

screenshot

下載Multigual Interpreter Extension擴展crx文件

下載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
官方網址 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"
        ]
    }
}