Multigual Interpreter Extension
This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Что такое Multigual Interpreter Extension?
Multigual Interpreter Extension - это расширение Chrome, разработанное development, и его основная функция - "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".
Снимки экрана расширения
Скачать файл CRX расширения Multigual Interpreter Extension
Скачайте файлы расширений Multigual Interpreter Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Multigual Interpreter Extension |
ID | jhanhfphenjhghflpeldoiklkikkjbpb |
Официальный URL | https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb |
Описание | This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication… |
Размер файла | 24.11 KB |
Количество установок | 332 |
Текущая Версия | 1.2 |
Последнее Обновление | 2023-01-27 |
Дата публикации | 2023-01-19 |
Разработчик | development |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } } |