Multigual Interpreter Extension

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

Cos'è Multigual Interpreter Extension?

Multigual Interpreter Extension è un'estensione di Chrome sviluppata da development, e la sua funzione principale è "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Multigual Interpreter Extension

Scarica i file di estensione Multigual Interpreter Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
URL Ufficiale https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Descrizione This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Dimensione del File 24.11 KB
Conteggio Installazioni 332
Versione Corrente 1.2
Ultimo Aggiornamento 2023-01-27
Data di Pubblicazione 2023-01-19
Sviluppatore development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}