Lingotek Workbench Extension (Beta)
A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience.
Lingotek Workbench Extension (Beta)란 무엇입니까?
Lingotek Workbench Extension (Beta)은(는) https://lingotek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience."입니다.
확장 프로그램 스크린샷
Lingotek Workbench Extension (Beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The In-Context Translation extension coupled with the Lingotek Workbench provides a powerful, in-context translation and review experience that changes the way companies are able to distribute content to a global audience. This innovative tool immerses project managers and translators in a dynamic, multilingual experience with translation, page formatting, and collaborative review, all happening in real-time. This is a key element to substantially reducing project costs and deployment time, while simultaneously providing translators with tools for higher-quality translations. The live native-environment translation and review that this new application offers is enhanced with a feature toolkit provided by the Lingotek Workbench designed to simplify and streamline the creation of multilingual content. Powerful tools include - An interactive, live view of context and segmented views - Apply and adjust formatting - Instant email notifications when a project is ready to work on - Access to all translation tasks - View a segment’s revision history - Efficient keyboard shortcuts - Real-time segment status - Whitespace display - Real-time access to Translation Memory and Glossaries
확장 프로그램 기본 정보
이름 | Lingotek Workbench Extension (Beta) |
ID | nlepkjdljbdlgblopipfdcebcclcjngc |
공식 URL | https://chromewebstore.google.com/detail/lingotek-workbench-extens/nlepkjdljbdlgblopipfdcebcclcjngc |
설명 | A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience. |
파일 크기 | 37.88 KB |
설치 횟수 | 857 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2022-09-29 |
출시 날짜 | 2020-04-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://lingotek.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.lingotek.com |
도움말 페이지 URL | https://lingotek.atlassian.net/wiki/spaces/PDOC/overview |
개인정보 보호 정책 페이지 URL | https://www.lingotek.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lingotek Workbench Extension (Beta)", "version": "1.3.0", "description": "A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience.", "icons": { "16": "icons\/icon-16.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.lingotek.com\/workbench*" ], "js": [ "message-handler.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.lingotek.com\/*" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "webNavigation", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "tabs", "storage" ], "web_accessible_resources": [ "popup\/*" ] } |