InQA Extension

Build for InQA Venga

Τι είναι το InQA Extension;

Το InQA Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Venga, και η κύρια λειτουργία του είναι "Build for InQA Venga".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης InQA Extension

Λήψη αρχείων επέκτασης InQA Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Venga Global is a translation company with a platform called InQA for performing quality assurance on translations we provided on Source and Target strings. This extension is a productivity tool to post into the INQA platform without the need to do it manually in another tab. The extension works by using a unique token assigned to a pre-selected resource (linguist). This persons sign's in with it and that enables the ability to copy target and source with the context menu or shortcuts. After completing that you can add a comment to it and post it into the system, if the segment exists it updates it , if not it creates it.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα InQA Extension InQA Extension
ID ppmmndfafajplmhfidpbmkoipljlbohn
Επίσημο URL https://chromewebstore.google.com/detail/inqa-extension/ppmmndfafajplmhfidpbmkoipljlbohn
Περιγραφή Build for InQA Venga
Μέγεθος Αρχείου 3.92 MB
Αριθμός Εγκαταστάσεων 170
Τρέχουσα Έκδοση 2.8.5
Τελευταία Ενημέρωση 2023-11-16
Ημερομηνία Δημοσίευσης 2021-02-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Venga
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://inqa.vengaglobal.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InQA Extension",
    "version": "2.8.5",
    "description": "Build for InQA Venga",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crowdin.com\/*"
            ],
            "css": [
                "assets\/css\/core.css"
            ],
            "js": [
                "assets\/js\/server.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/FileSaver.min.js",
                "assets\/js\/xlsx\/xlsx.min.js",
                "assets\/js\/crowdin.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/ti.smartling.com\/*"
            ],
            "css": [
                "assets\/css\/core.css"
            ],
            "js": [
                "assets\/js\/server.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/smartling.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/wb1.xtm-cloud.com\/*",
                "https:\/\/wb2.xtm-cloud.com\/*"
            ],
            "css": [
                "assets\/css\/core.css"
            ],
            "js": [
                "assets\/js\/server.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/xtm.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/app.captionhub.com\/*"
            ],
            "css": [
                "assets\/css\/core.css"
            ],
            "js": [
                "assets\/js\/server.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/captionhub.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.memsource.com\/*"
            ],
            "css": [
                "assets\/css\/core.css"
            ],
            "js": [
                "assets\/js\/server.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/memsource.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/gl-paypal1.transperfect.com\/*"
            ],
            "css": [
                "assets\/css\/core.css"
            ],
            "js": [
                "assets\/js\/server.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/global-link.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/server.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/img\/logo_3.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+L",
            "description": "Open InQA App"
        }
    }
}