Lingotek Marketplace Extension (legacy)

Translate your online content from within your web applications

Lingotek Marketplace Extension (legacy) क्या है?

Lingotek Marketplace Extension (legacy) https://lingotek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate your online content from within your web applications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lingotek Marketplace Extension (legacy) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
    ]
}