Lingotek Marketplace Extension (legacy)

Translate your online content from within your web applications

Cos'è Lingotek Marketplace Extension (legacy)?

Lingotek Marketplace Extension (legacy) è un'estensione di Chrome sviluppata da https://lingotek.com, e la sua funzione principale è "Translate your online content from within your web applications".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lingotek Marketplace Extension (legacy)

Scarica i file di estensione Lingotek Marketplace Extension (legacy) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lingotek Marketplace Extension (legacy) Lingotek Marketplace Extension (legacy)
ID gajkjffefijpcdildlpoifobggmbplih
URL Ufficiale https://chromewebstore.google.com/detail/lingotek-marketplace-exte/gajkjffefijpcdildlpoifobggmbplih
Descrizione Translate your online content from within your web applications
Dimensione del File 460 KB
Conteggio Installazioni 145
Versione Corrente 2.1.38
Ultimo Aggiornamento 2022-11-17
Data di Pubblicazione 2020-06-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://lingotek.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lingotek.com/connectors
URL della Pagina di Aiuto http://support.lingotek.com
URL della Pagina della Politica sulla Privacy https://www.lingotek.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}