OneLink Demo Tool

OneLink Demo Tool

What is OneLink Demo Tool?

OneLink Demo Tool is a Chrome extension developed by TransPerfect, and its main feature is "OneLink Demo Tool".

Extension Screenshots

screenshot

Download OneLink Demo Tool Extension CRX File

Download OneLink Demo Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        For OneLink demos and POCs by TransPerfect program managers.
Login with your OneLink User Key to access the TransPerfect OneLink web page translation capabilities and demonstrate instant web page translations into multiple languages.                    

Extension Basic Information

Name OneLink Demo Tool OneLink Demo Tool
ID legbplkahccgpcgdaojoobmgfjimahlj
Official URL https://chromewebstore.google.com/detail/onelink-demo-tool/legbplkahccgpcgdaojoobmgfjimahlj
Description OneLink Demo Tool
File Size 69.7 KB
Installation Count 74
Current Version 3.0.10
Last Updated 2023-12-21
Publish Date 2020-06-24
Developer TransPerfect
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.transperfect.com/about/data-privacy-client-tech-user
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneLink Demo Tool",
    "version": "3.0.10",
    "description": "OneLink Demo Tool",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "environments.js",
                "js\/moxie.min.js",
                "js\/injection.js"
            ]
        }
    ],
    "action": {
        "default_title": "OneLink Demo Tool",
        "default_popup": "main.html",
        "default_icon": "images\/ODT-fav.png"
    },
    "icons": {
        "48": "images\/ODT-48.png",
        "128": "images\/ODT-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/shadowdomlistener.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}