ApSIC Xbench Extension
Instantly run QA with ApSIC Xbench on cloud-based CAT tools
ApSIC Xbench Extension란 무엇입니까?
ApSIC Xbench Extension은(는) https://xbench.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly run QA with ApSIC Xbench on cloud-based CAT tools"입니다.
확장 프로그램 스크린샷
ApSIC Xbench Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The ApSIC Xbench Chrome Extension will allow you to instantly run QA with ApSIC Xbench 3.0 on your Matecat, Memsource, Transifex, Smartcat, or Crowdin projects with just one click. It is as easy as: For Matecat: ------------------ 1. Open a Matecat job in the Matecat online editor. 2. Click the Xbench icon that appears next to the address bar. 3. Double-click on the downloaded .xbp file to launch Xbench and load the Matecat job. The Matecat project will open in Xbench where you will be able to run QA on your translations. When you find a translation issue in Xbench that you wish to fix, select it, press Ctrl+E and the Matecat editor will open automagically at that segment so that you can edit it! For Memsource: ------------------------ 1. Open the Memsource project or edit a file of the project. 2. Click the Xbench icon that appears next to the address bar. For Transifex: ------------------------ 1. Open the Transifex project and language, or edit/view a resource of the project. 2. Click the Xbench icon that appears next to the address bar. For Smartcat: ------------- 1. Open the Smartcat document or select one or more documents in the workspace. 2. Click the Xbench icon that appears next to the address bar. 3. Double-click on the .xpb file that is downloaded. For Crowdin: ------------- 1. Enter a project and language (or edit a document). 2. Click the Xbench icon that appears next to the address bar. 3. Double-click on the .xpb file that is downloaded. NOTE: Xbench 3.0 build 1350 or later must be installed on your system. You can download Xbench 3.0 from: http://www.xbench.net/index.php/download
확장 프로그램 기본 정보
이름 | ApSIC Xbench Extension |
ID | hocobnhnpniphphccgaliheohnobbdjo |
공식 URL | https://chromewebstore.google.com/detail/apsic-xbench-extension/hocobnhnpniphphccgaliheohnobbdjo |
설명 | Instantly run QA with ApSIC Xbench on cloud-based CAT tools |
파일 크기 | 23.55 KB |
설치 횟수 | 3,852 |
현재 버전 | 1.0.23 |
최근 업데이트 | 2023-12-29 |
출시 날짜 | 2020-06-20 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | https://xbench.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.xbench.net |
도움말 페이지 URL | https://www.xbench.net/index.php/support/submit-bug |
개인정보 보호 정책 페이지 URL | http://www.xbench.net/index.php?option=com_content&view=article&id=79 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ApSIC Xbench Extension", "short_name": "Xbench Extension", "version": "1.0.23", "description": "Instantly run QA with ApSIC Xbench on cloud-based CAT tools", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-16.png", "default_title": "Run QA in Xbench" }, "permissions": [ "declarativeContent", "activeTab", "downloads" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |