Multigual Interpreter Extension

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

Vad är Multigual Interpreter Extension?

Multigual Interpreter Extension är en Chrome-tillägg utvecklad av development, och dess huvudfunktion är "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Tilläggsskärmbilder

screenshot

Ladda ner Multigual Interpreter Extension-förlängningens CRX-fil

Ladda ner Multigual Interpreter Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
Officiell webbadress https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Beskrivning This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Filstorlek 24.11 KB
Antal Installationer 332
Aktuell Version 1.2
Senast Uppdaterad 2023-01-27
Publiceringsdatum 2023-01-19
Utvecklare development
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}