Multigual Interpreter Extension

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

Wat is Multigual Interpreter Extension?

Multigual Interpreter Extension is een Chrome-extensie ontwikkeld door development, en de belangrijkste functie is "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Multigual Interpreter Extension

Download Multigual Interpreter Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
Officiële URL https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Beschrijving This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Bestandsgrootte 24.11 KB
Aantal Installaties 332
Huidige Versie 1.2
Laatst Bijgewerkt 2023-01-27
Publicatiedatum 2023-01-19
Ontwikkelaar development
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}