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はdevelopmentによって開発されたChromeの拡張機能で、その主な機能は「This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…」です。
拡張機能のスクリーンショット
Multigual Interpreter Extension拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } } |