Multigual Interpreter Extension

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

Co je Multigual Interpreter Extension?

Multigual Interpreter Extension je rozšíření Chrome vyvinuté development, a jeho hlavní funkcí je „This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Multigual Interpreter Extension

Stáhněte si soubory rozšíření Multigual Interpreter Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
Oficiální URL https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Popis This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Velikost souboru 24.11 KB
Počet instalací 332
Aktuální Verze 1.2
Poslední Aktualizace 2023-01-27
Datum Vydání 2023-01-19
Vývojář development
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}