Lingotek Marketplace Extension (legacy)

Translate your online content from within your web applications

Lingotek Marketplace Extension (legacy)とは何ですか?

Lingotek Marketplace Extension (legacy)はhttps://lingotek.comによって開発されたChromeの拡張機能で、その主な機能は「Translate your online content from within your web applications」です。

拡張機能のスクリーンショット

screenshot

Lingotek Marketplace Extension (legacy)拡張機能のCRXファイルをダウンロード

Lingotek Marketplace Extension (legacy)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Lingotek Marketplace Extension (legacy) Lingotek Marketplace Extension (legacy)
ID gajkjffefijpcdildlpoifobggmbplih
公式URL https://chromewebstore.google.com/detail/lingotek-marketplace-exte/gajkjffefijpcdildlpoifobggmbplih
説明 Translate your online content from within your web applications
ファイルサイズ 460 KB
インストール数 145
現在のバージョン 2.1.38
最終更新日 2022-11-17
公開日 2020-06-25
評価 5.00/5 合計 1 レビュー
開発者 https://lingotek.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://lingotek.com/connectors
ヘルプページのURL http://support.lingotek.com
プライバシーポリシーページのURL https://www.lingotek.com/privacy-policy
対応言語 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\/*"
    ]
}