Lingotek Marketplace Extension (legacy)

Translate your online content from within your web applications

Lingotek Marketplace Extension (legacy) là gì?

Lingotek Marketplace Extension (legacy) là một tiện ích mở rộng Chrome được phát triển bởi https://lingotek.com, và tính năng chính của nó là "Translate your online content from within your web applications".

Ả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 Lingotek Marketplace Extension (legacy)

Tải xuống các tệp mở rộng Lingotek Marketplace Extension (legacy) 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

                        This extension will no longer receive updates. Try our new extension!

Lingotek Inside brings the power of Lingotek’s Translation Network to your content platform. With Lingotek Inside, professionally translate content in Confluence, Marketo, Zendesk, Eloqua, & Contentful.
 
How it Works
To get started, add the Lingotek Translation Inside extension to your browser.
Once the extension is enabled, a list of all of your translatable content will display, with the option to send items up for translation. As translations are completed within Lingotek, each item is rebuilt and automatically added to your content platform for each target language.                    

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

Tên Lingotek Marketplace Extension (legacy) Lingotek Marketplace Extension (legacy)
ID gajkjffefijpcdildlpoifobggmbplih
URL Chính Thức https://chromewebstore.google.com/detail/lingotek-marketplace-exte/gajkjffefijpcdildlpoifobggmbplih
Mô tả Translate your online content from within your web applications
Kích Thước Tệp 460 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 2.1.38
Cập Nhật Lần Cuối 2022-11-17
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://lingotek.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lingotek.com/connectors
URL Trang Trợ Giúp http://support.lingotek.com
URL Trang Chính Sách Bảo Mật https://www.lingotek.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lingotek Marketplace Extension (legacy)",
    "description": "Translate your online content from within your web applications",
    "version": "2.1.38",
    "browser_action": {
        "default_icon": "icons\/lingotek-chevrons-blue-38x38.png",
        "default_title": "Lingotek Marketplace Extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "listener.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/lingotek-chevrons-blue-16x16.png",
        "48": "icons\/lingotek-chevrons-blue-48x48.png",
        "128": "icons\/lingotek-chevrons-blue-128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "object-src 'self'; script-src 'self';",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": false
    },
    "web_accessible_resources": [
        "app\/*",
        "lib\/*",
        "options\/*",
        "popup\/*",
        "icons\/*",
        "templates\/*"
    ]
}