WebWork Time Tracker

The simplest way to track your work hours.

WebWork Time Trackerคืออะไร?

WebWork Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.webwork-tracker.com และคุณลักษณะหลักของมันคือ "The simplest way to track your work hours."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebWork Time Tracker

ดาวน์โหลดไฟล์ส่วนขยาย WebWork Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Track time anywhere in the Chrome browser with WebWork Tracker. 
Simply select the project, task, and write activity description. That's it.

The extension tracker will record your time on the net and display it in reports as time tracked through the extension.

Note that for the extension tracker to work, you must have a WebWork account first and make sure you're not already tracking time on the desktop, web, or mobile trackers.

WebWork web platform and other tracker types enable you to do much more:

• screenshot modes
• app and web usage monitoring
• productivity and work-life balance metrics
• task management
• payroll
• employee geolocation tracking
• chat 
• 10+ integrations

Over 15,000 teams are using WebWork to track time and increase productivity.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
คำอธิบาย The simplest way to track your work hours.
ขนาดไฟล์ 971 KB
จำนวนการติดตั้ง 1,413
เวอร์ชันปัจจุบัน 1.0.30
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-06-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.webwork-tracker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.webwork-tracker.com
URL หน้าช่วยเหลือ https://www.webwork-tracker.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.webwork-tracker.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebWork Time Tracker",
    "short_name": "Webwork",
    "version": "1.0.30",
    "description": "The simplest way to track your work hours.",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon128.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}