Day.io - Time Tracker

Track time from Google Chrome.

Day.io - Time Trackerคืออะไร?

Day.io - Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://day.io และคุณลักษณะหลักของมันคือ "Track time from Google Chrome."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Day.io - Time Tracker

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

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

                        Track time and Clock in/out from anywhere on the web.

Day.io is integrated with Trello, Asana, Todoist, Jira, Notion, and over 100+ project management tools. Start tracking time within your favorite platform!

With Day.io, you will be able to:
- Clock in/out from anywhere, across different devices, all synced online
- Organize your timesheet and submit it for approval
- Manage your absences and vacation requests
- Track your time using our real-time reports
- Get notifications in real time
- Integrates with other web apps
- Use mass action functionality to save time
- Clock in management individually and per group
- Use advanced and hourly schedule rules


About Day.io

Day.io is a time-tracking & management tool for individuals, teams, and groups. Day.io’s platform allows you to save time and money by introducing full transparency to your workforce. It allows you to track time and record and manage clock-ins. All data is synchronized in real time across all platforms and devices, making it easy to use from anywhere at any time.                    

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

ชื่อ Day.io - Time Tracker Day.io - Time Tracker
ID phpgakpokidfdngbcfipndjcdgaoipna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dayio-time-tracker/phpgakpokidfdngbcfipndjcdgaoipna
คำอธิบาย Track time from Google Chrome.
ขนาดไฟล์ 13.15 MB
จำนวนการติดตั้ง 8,856
เวอร์ชันปัจจุบัน 1.8.3
อัปเดตครั้งล่าสุด 2023-06-14
วันที่เผยแพร่ 2022-08-10
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://day.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://day.io
URL หน้าช่วยเหลือ https://help.oitchau.com.br/en/
ภาษาที่รองรับ en,pt-BR,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmyfQ8aBbYbJiSD\/SvGjJ+Pb\/zLPLpM4wVdW5cTvSmbhU5E8GIWIUyozNK339pBgeCu2iMSkvOmYhBhMRCurVz4wlKn6bIBVvsiL\/m\/siqB0HLkwhKoTTx2dC25yfR098rjExIP\/tQyH2WzX5faYa+sYy6GswOcptr53Js1iv7Q2fSgzIffyPuRuD0QmobMGNJigNPNKL5TpjRbGr\/9gXj4g5SURT7kwqYomvQCTgts0xnGD3lf8ATJgcXzSvQnjH7p3wNsq9WxvIsLbD+SDMacLy14Pmx2Honf+YdzMZp\/8DiSWQJ7RbH7J71KXoT9yvJhiwCu\/Y9cueyrEGDmOFIQIDAQAB",
    "version": "1.8.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "192": "generated\/web-app\/dayio-logo-hand-192.png"
    },
    "background": {
        "service_worker": "main.js"
    },
    "action": {
        "default_title": "Day.io",
        "default_popup": "generated\/web-app\/index.html"
    },
    "options_page": "generated\/web-app\/index.html#\/options",
    "web_accessible_resources": [
        {
            "resources": [
                "generated\/web-app\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "declarative_net_request_rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.day.io\/*",
            "https:\/\/*.oitchau.com.br\/*"
        ],
        "accepts_tls_channel_id": false
    }
}