Crowdin Translation Companion

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

Crowdin Translation Companion란 무엇입니까?

Crowdin Translation Companion은(는) Crowdin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deliver multilingual support. Translate your conversations with customers to communicate as if there's no language barrier. Use…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Crowdin Translation Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Crowdin Translation Companion Crowdin Translation Companion
ID mjbpgglfobeommplccbobekdmeefaipb
공식 URL https://chromewebstore.google.com/detail/crowdin-translation-compa/mjbpgglfobeommplccbobekdmeefaipb
설명 Deliver multilingual support. Translate your conversations with customers to communicate as if there's no language barrier. Use…
파일 크기 1.31 MB
설치 횟수 89
현재 버전 0.5.11
최근 업데이트 2023-09-11
출시 날짜 2022-05-12
평점 5.00/5 총 2 개의 평점
개발자 Crowdin
이메일 [email protected]
결제 유형 free
지원되는 언어 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
        }
    ]
}