YoCoBoard: An Online Time Tracker

Add YoCo to Chrome and track real time work hours and productivity right away.

YoCoBoard: An Online Time Tracker là gì?

YoCoBoard: An Online Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://www.yocoboard.com, và tính năng chính của nó là "Add YoCo to Chrome and track real time work hours and productivity right away.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YoCoBoard: An Online Time Tracker

Tải xuống các tệp mở rộng YoCoBoard: An Online Time Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Take your clock everywhere you go! With YoCoBoard’s chrome extension, clock in and clock out of your project without leaving your favorite web page. Just sign in to your YoCoBoard profile once and you’re set. Whether you’re checking an important email or preparing a draft for your presentation, you’ll always be able to access your YoCoBoard no matter where you are. Pretty handy, right?

It's just 3 steps away 
1. Click on "Add to Chrome"
2. Login to YoCoBoard from the extension menu. 
3. Start tracking

YoCoBoard overview

YoCoBoard facilitates time tracking with just a click. Discover an online virtual time tracker that requires minimal effort from your end to start tracking time. YoCoBoard is the no-fuss app for your time tracking needs.The YoCoBoard web app promises you an incredible solution for your time tracking needs. The web app comes loaded with powerful features embedded in a user-friendly environment.

Wanna try out more? Goto this website https://www.yocoboard.com

YoCoBoard features

*Track time with a click 
*Sleek reports
*Confirm hours
*Create adjustments

If you have any problems or feedback regarding YoCoBoard chrome extension, write to us at [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YoCoBoard: An Online Time Tracker YoCoBoard: An Online Time Tracker
ID imennlipbpfcaoapflleofiglbmdcnib
URL Chính Thức https://chromewebstore.google.com/detail/yocoboard-an-online-time/imennlipbpfcaoapflleofiglbmdcnib
Mô tả Add YoCo to Chrome and track real time work hours and productivity right away.
Kích Thước Tệp 577 KB
Số Lần Cài Đặt 600
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2020-04-28
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.yocoboard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.yocoboard.com/
URL Trang Trợ Giúp https://www.yocoboard.com/support/
URL Trang Chính Sách Bảo Mật https://www.yocoboard.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YoCoBoard: An Online Time Tracker",
    "description": "Add YoCo to Chrome and track real time work hours and productivity right away.",
    "version": "4.0.3",
    "icons": {
        "16": "images\/inactive_yoco_16.png",
        "48": "images\/yoco48.png",
        "128": "images\/yoco128.png"
    },
    "action": {
        "default_icon": "images\/inactive_yoco_16.png",
        "default_title": "YoCoBoard Time tracker",
        "default_popup": "html\/yoco.html"
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "css\/minifiedCSS\/main.min.css"
            ],
            "matches": [
                "*:\/\/*.my.yocoboard.com\/dummy"
            ],
            "js": [
                "\/content.min.js",
                "\/options.min.js",
                "\/jquery-3.6.0.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mystaging.yocoboard.com\/*",
            "https:\/\/my.yocoboard.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "identity",
        "scripting",
        "storage"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/"
    ],
    "oauth2": {
        "client_id": "547495109623-llqei4lko8eukf1eqm27ppujvolffppl.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}