Multigual Interpreter Extension

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

Qu'est-ce que Multigual Interpreter Extension ?

Multigual Interpreter Extension est une extension Chrome développée par development, et sa fonction principale est "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Multigual Interpreter Extension

Téléchargez les fichiers d'extension Multigual Interpreter Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
URL Officiel 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…
Taille du Fichier 24.11 KB
Nombre d'Installations 332
Version Actuelle 1.2
Dernière Mise à Jour 2023-01-27
Date de Publication 2023-01-19
Développeur development
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}