Crowdin Translation Companion

Deliver multilingual support. Translate your conversations with customers to communicate as if there's no language barrier. Use…

Hvad er Crowdin Translation Companion?

Crowdin Translation Companion er en Chrome-udvidelse udviklet af Crowdin, og dens hovedfunktion er "Deliver multilingual support. Translate your conversations with customers to communicate as if there's no language barrier. Use…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Crowdin Translation Companion-udvidelses-CRX-fil

Download Crowdin Translation Companion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Deliver multilingual support. Translate your conversations with customers to communicate as if there's no language barrier. Use this plugin to translate conversations right where they happen.

With Crowdin Translation Companion for Chrome, you can translate messages from your customers and your responses simply by selecting the language you're translating from and into.

Messages are translated automatically by the extension, and you can also select the text, right-click and choose Translate with Crowdin.

To use this extension, you need to log in with your Crowdin Enterprise account, where the organization admin or manager has already connected this app and configured the MT engine.                    

Grundlæggende oplysninger om udvidelsen

Navn Crowdin Translation Companion Crowdin Translation Companion
ID mjbpgglfobeommplccbobekdmeefaipb
Officiel URL https://chromewebstore.google.com/detail/crowdin-translation-compa/mjbpgglfobeommplccbobekdmeefaipb
Beskrivelse Deliver multilingual support. Translate your conversations with customers to communicate as if there's no language barrier. Use…
Filstørrelse 1.31 MB
Antal Installationer 89
Nuværende Version 0.5.11
Senest Opdateret 2023-09-11
Udgivelsesdato 2022-05-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Crowdin
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crowdin Translation Companion",
    "version": "0.5.11",
    "action": {
        "default_icon": "images\/[email protected]",
        "default_title": "Crowdin Translation Companion",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.crowdin.com\/*"
    ],
    "commands": {
        "companion-translate-reply": {
            "suggested_key": {
                "default": "Shift+Alt+E",
                "mac": "Shift+Alt+E"
            },
            "description": "Translate reply with Crowdin"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/whitelist\/*",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/flex.twilio.com\/*",
                "https:\/\/secure.helpscout.net\/*",
                "https:\/\/app.intercom.com\/*",
                "https:\/\/z2.le.liveperson.net\/*",
                "https:\/\/*.myfreshworks.com\/*",
                "https:\/\/*.zendesk.com\/*",
                "https:\/\/*.kustomerapp.com\/*",
                "https:\/\/salesiq.zoho.eu\/*",
                "https:\/\/desk.zoho.eu\/*",
                "https:\/\/*.hubspot.com\/*",
                "https:\/\/*.freshdesk.com\/*"
            ],
            "css": [
                "semantic.min.css",
                "contentScript.css"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}