Multigual Interpreter Extension
This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Co to jest Multigual Interpreter Extension?
Multigual Interpreter Extension to rozszerzenie Chrome opracowane przez development, a jego główną funkcją jest „This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Multigual Interpreter Extension
Pobierz pliki rozszerzeń Multigual Interpreter Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Multigual Interpreter Extension |
ID | jhanhfphenjhghflpeldoiklkikkjbpb |
Oficjalny URL | https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb |
Opis | This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication… |
Rozmiar pliku | 24.11 KB |
Liczba instalacji | 332 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-01-27 |
Data Publikacji | 2023-01-19 |
Deweloper | development |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |