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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lingotek.com, και η κύρια λειτουργία του είναι "A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lingotek Workbench Extension (Beta)
Λήψη αρχείων επέκτασης Lingotek Workbench Extension (Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |