LBTimer

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

LBTimer क्या है?

LBTimer https://lbtimer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cloud based task counter & timer for Telus International and Appen/Raterlabs raters"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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