LBTimer

Cloud based task counter & timer for Telus International and Appen/Raterlabs raters

LBTimer란 무엇입니까?

LBTimer은(는) https://lbtimer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cloud based task counter & timer for Telus International and Appen/Raterlabs raters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LBTimer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LBTimer is a lightweight task counter and time tracker for Google Search Quality evaluators (raters) working for Telus International or Appen/Raterlabs.

Automatic and out-of-the-way, it lets you focus on your work with the assurance that it is being accurately and properly recorded. It is automatically synchronised to any device through a Firebase database.

It includes time-saving features like auto-submission of tasks, automatically checking for available tasks, auto-acquiring tasks, rating from the landing pages and more!

View your time and tasks completed in a daily, weekly and monthly format, making it easier to report, or even fill your timesheet, invoice or timecard automatically.

It requires a monthly subscription fee (1.99€ / month).

LBTimer reads and stores your email address for identification purposes only, so you can access your own records in the database.

Copyright © 2014-2023 Iván Nokonoko                    

확장 프로그램 기본 정보

이름 LBTimer LBTimer
ID nocdlcgkdeopogoldfeahdneobfaiggd
공식 URL https://chromewebstore.google.com/detail/lbtimer/nocdlcgkdeopogoldfeahdneobfaiggd
설명 Cloud based task counter & timer for Telus International and Appen/Raterlabs raters
파일 크기 146 KB
설치 횟수 1,637
현재 버전 for RaterHub (866)
최근 업데이트 2023-05-27
출시 날짜 2020-04-30
평점 4.50/5 총 139 개의 평점
개발자 https://lbtimer.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://lbtimer.com
도움말 페이지 URL https://lbtimer.com/help
개인정보 보호 정책 페이지 URL https://lbtimer.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LBTimer",
    "author": "Ivan Nokonoko",
    "description": "Cloud based task counter & timer for Telus International and Appen\/Raterlabs raters",
    "version": "8.6.6",
    "version_name": "for RaterHub (866)",
    "minimum_chrome_version": "80",
    "homepage_url": "https:\/\/lbtimer.com",
    "permissions": [
        "tabs",
        "",
        "storage",
        "notifications",
        "webRequest",
        "identity"
    ],
    "optional_permissions": [
        "history"
    ],
    "icons": {
        "16": "img\/t16.png",
        "48": "img\/t48.png",
        "128": "img\/t128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'",
    "oauth2": {
        "client_id": "154588762545-4hlglgbg2vt17dqaulk4epv6aojro6il.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "page": "b.html"
    },
    "browser_action": {
        "default_title": "LBTimer"
    },
    "web_accessible_resources": [
        "loc.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.raterhub.com\/*"
            ],
            "js": [
                "c.js"
            ],
            "run_at": "document_end"
        }
    ]
}