GlobalLink NOW
GlobalLink NOW Instant Translations
GlobalLink NOW là gì?
GlobalLink NOW là một tiện ích mở rộng Chrome được phát triển bởi TransPerfect, và tính năng chính của nó là "GlobalLink NOW Instant Translations".
Ả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 GlobalLink NOW
Tải xuống các tệp mở rộng GlobalLink NOW 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
Your organization’s content needs are ever increasing. Now, it’s more important than ever to have an easy-to-use solution for delivering global content in real time. GlobalLink NOW allows you to communicate in different languages around the world, in just a few clicks. Whether you’re triaging support tickets or communicating with clients across borders, GlobalLink NOW enables you to reach farther than ever. Please note that GlobalLink NOW requires a paid subscription from TransPerfect or Translations.com to activate Machine Translation functionality. If you are interested in speaking with a TransPerfect or Translations.com representative about what subscription options are available to create your app login, please contact us directly at [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GlobalLink NOW |
ID | ifedhhifnpeienmijpikiecfemepleeg |
URL Chính Thức | https://chromewebstore.google.com/detail/globallink-now/ifedhhifnpeienmijpikiecfemepleeg |
Mô tả | GlobalLink NOW Instant Translations |
Kích Thước Tệp | 188 KB |
Số Lần Cài Đặt | 1,359 |
Phiên Bản Hiện Tại | 2.4.0 |
Cập Nhật Lần Cuối | 2024-02-22 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | TransPerfect |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.transperfect.com/about/data-privacy-client-tech-user |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlobalLink NOW", "version": "2.4.0", "description": "GlobalLink NOW Instant Translations", "permissions": [ "activeTab", "storage", "contextMenus", "identity", "scripting", "alarms" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "http:\/\/api.onelink-preview.com\/*", "https:\/\/api.onelink-preview.com\/*", "http:\/\/rc.onelink-edge.com\/*", "https:\/\/rc.onelink-edge.com\/*", "http:\/\/www.onelink-edge.com\/*", "https:\/\/www.onelink-edge.com\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "environments.js", "js\/glnow.min.js", "js\/injection.js" ] } ], "action": { "default_title": "GlobalLink NOW", "default_popup": "main.html", "default_icon": "images\/GLNOW-fav.png" }, "icons": { "48": "images\/GLNOW-48.png", "128": "images\/GLNOW-128.png" }, "web_accessible_resources": [ { "resources": [ "js\/shadowdomlistener.js", "images\/close.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3 } |