ApSIC Xbench Extension

Instantly run QA with ApSIC Xbench on cloud-based CAT tools

ApSIC Xbench Extension क्या है?

ApSIC Xbench Extension https://xbench.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly run QA with ApSIC Xbench on cloud-based CAT tools"।

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

screenshot

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

crx प्रारूप में ApSIC Xbench Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}