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
官方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"
        ]
    }
}