Multigual Interpreter Extension
This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Was ist Multigual Interpreter Extension?
Multigual Interpreter Extension ist eine Chrome-Erweiterung, die von development entwickelt wurde, und ihr Hauptmerkmal ist "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".
Erweiterungsscreenshots
Multigual Interpreter Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multigual Interpreter Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Multigual Interpreter Extension |
ID | jhanhfphenjhghflpeldoiklkikkjbpb |
Offizielle URL | https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb |
Beschreibung | This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication… |
Dateigröße | 24.11 KB |
Installationsanzahl | 332 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-01-27 |
Veröffentlichungsdatum | 2023-01-19 |
Entwickler | development |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |