Interpreter events tracker for Bilingual

This extension captures Bilingual LS interpreters' events when using client-specific applications.

Interpreter events tracker for Bilingual क्या है?

Interpreter events tracker for Bilingual Danilo Quispe Lucana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension captures Bilingual LS interpreters' events when using client-specific applications."।

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

screenshot

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

crx प्रारूप में Interpreter events tracker for Bilingual एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension detects certain events triggered by interpreters in client's platform (such as login, logout or start taking calls) as part of his/her regular use of such platform. This events information allows Bilingual LS to collect statistics about interpreters performance and effective working time.

No personal information (either interpreter's nor client's) is collected, stored or distributed in any way, and no information is extracted from other websites nor web apps that could be used by Bilingual interpreters. Only client-specific platform used by Bilingual LS interpreters in his/her daily work are analyzed for events tracking.                    

एक्सटेंशन की मूल जानकारी

नाम Interpreter events tracker for Bilingual Interpreter events tracker for Bilingual
ID cbkmdannonnopjdbfkkfoaeeeihcljid
आधिकारिक URL https://chromewebstore.google.com/detail/interpreter-events-tracke/cbkmdannonnopjdbfkkfoaeeeihcljid
विवरण This extension captures Bilingual LS interpreters' events when using client-specific applications.
फ़ाइल का आकार 33.09 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.4.1.1
अंतिम अपडेट 2021-12-24
प्रकाशन तिथि 2021-10-20
डेवलपर Danilo Quispe Lucana
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Interpreter events tracker for Bilingual",
    "description": "This extension captures Bilingual LS interpreters' events when using client-specific applications.",
    "version": "0.4.1.1",
    "author": "Danilo Alejandro Quispe Lucana",
    "homepage_url": "https:\/\/www.bilingual-ls.com\/",
    "icons": {
        "16": "icons\/extension-16.png",
        "32": "icons\/extension-32.png",
        "48": "icons\/extension-48.png",
        "128": "icons\/extension-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/*.telelanguage.com\/*"
    ],
    "background": {
        "scripts": [
            "const.js",
            "api.js",
            "status.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.telelanguage.com\/*"
            ],
            "js": [
                "const.js",
                "status.js",
                "dom.js",
                "inject.js",
                "dom-observer.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject-script.js"
    ],
    "options_page": "options\/options.html"
}