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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lingotek Workbench Extension (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) 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\/*"
    ]
}