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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension captures Bilingual LS interpreters' events when using client-specific applications."입니다.

확장 프로그램 스크린샷

screenshot

Interpreter events tracker for Bilingual 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}