Multigual Interpreter Extension
This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…
Multigual Interpreter Extension là gì?
Multigual Interpreter Extension là một tiện ích mở rộng Chrome được phát triển bởi development, và tính năng chính của nó là "This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Multigual Interpreter Extension
Tải xuống các tệp mở rộng Multigual Interpreter Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Multigual Interpreter Extension |
ID | jhanhfphenjhghflpeldoiklkikkjbpb |
URL Chính Thức | https://chromewebstore.google.com/detail/multigual-interpreter-ext/jhanhfphenjhghflpeldoiklkikkjbpb |
Mô tả | This extension ensures a secure and seamless connection with the company's web application, avoiding connection and authentication… |
Kích Thước Tệp | 24.11 KB |
Số Lần Cài Đặt | 332 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-01-27 |
Ngày Phát Hành | 2023-01-19 |
Nhà Phát Triển | development |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |