Multigual Interpreter Extension

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

Apa itu Multigual Interpreter Extension?

Multigual Interpreter Extension adalah ekstensi Chrome yang dikembangkan oleh development, dan fitur utamanya adalah "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Multigual Interpreter Extension

Unduh file ekstensi Multigual Interpreter Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Multigual Interpreter Extension Multigual Interpreter Extension
ID jhanhfphenjhghflpeldoiklkikkjbpb
URL Resmi https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb
Deskripsi This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Ukuran File 24.11 KB
Jumlah Instalasi 332
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-01-27
Tanggal Publikasi 2023-01-19
Pengembang development
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}