Lingotek Marketplace Extension (legacy)

Translate your online content from within your web applications

¿Qué es Lingotek Marketplace Extension (legacy)?

Lingotek Marketplace Extension (legacy) es una extensión de Chrome desarrollada por https://lingotek.com, y su función principal es "Translate your online content from within your web applications".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lingotek Marketplace Extension (legacy)

Descarga archivos de extensión Lingotek Marketplace Extension (legacy) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lingotek Marketplace Extension (legacy) Lingotek Marketplace Extension (legacy)
ID gajkjffefijpcdildlpoifobggmbplih
URL Oficial https://chromewebstore.google.com/detail/lingotek-marketplace-exte/gajkjffefijpcdildlpoifobggmbplih
Descripción Translate your online content from within your web applications
Tamaño del Archivo 460 KB
Cantidad de Instalaciones 145
Versión Actual 2.1.38
Última Actualización 2022-11-17
Fecha de Publicación 2020-06-25
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://lingotek.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://lingotek.com/connectors
URL de la Página de Ayuda http://support.lingotek.com
URL de la Página de Política de Privacidad https://www.lingotek.com/privacy-policy
Idiomas Soportados 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\/*"
    ]
}