Multigual Interpreter Extension

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

What is Multigual Interpreter Extension?

Multigual Interpreter Extension is a Chrome extension developed by development, and its main feature is "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Extension Screenshots

screenshot

Download Multigual Interpreter Extension Extension CRX File

Download Multigual Interpreter Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
Official URL https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Description This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
File Size 24.11 KB
Installation Count 332
Current Version 1.2
Last Updated 2023-01-27
Publish Date 2023-01-19
Developer development
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}