OneLink Demo Tool

OneLink Demo Tool

OneLink Demo Tool là gì?

OneLink Demo Tool 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à "OneLink Demo Tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneLink Demo Tool

Tải xuống các tệp mở rộng OneLink Demo Tool 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OneLink Demo Tool OneLink Demo Tool
ID legbplkahccgpcgdaojoobmgfjimahlj
URL Chính Thức https://chromewebstore.google.com/detail/onelink-demo-tool/legbplkahccgpcgdaojoobmgfjimahlj
Mô tả OneLink Demo Tool
Kích Thước Tệp 69.7 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 3.0.10
Cập Nhật Lần Cuối 2023-12-21
Ngày Phát Hành 2020-06-24
Nhà Phát Triển TransPerfect
Email [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": "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
}