Multigual Interpreter Extension

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

O que é Multigual Interpreter Extension?

Multigual Interpreter Extension é uma extensão do Chrome desenvolvida por development, e sua principal característica é "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Multigual Interpreter Extension

Baixe arquivos de extensão Multigual Interpreter Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
URL Oficial https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Descrição This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Tamanho do Arquivo 24.11 KB
Contagem de Instalações 332
Versão Atual 1.2
Última Atualização 2023-01-27
Data de Publicação 2023-01-19
Desenvolvedor development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}