Crowdin Translation Companion

Crowdin Translation Companion

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

Merlin
Additional files are visible only to premium users

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": [
        "<all_urls>"
      ]
    }
  ],
  "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
    }
  ]
}