TimeYourWeb Time Tracker

TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision

TimeYourWeb Time Tracker란 무엇입니까?

TimeYourWeb Time Tracker은(는) https://timeyourweb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TimeYourWeb Time Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🌟 TimeYourWeb Chrome Extension

🌟 The Most Detailed Online Time Statistics
Know exactly how much time you spend on any site on any given day. TimeYourWeb is perfect for you if:

- 🎯 Accountability: You spend a significant portion of your life online and want to ensure your time is well-spent.
  
- 📈 Efficiency: Looking to optimize your internet usage? TimeYourWeb gives you the insights you need to make effective changes.

- 👨‍👩‍👧 Parental Concern: While not a parental control tool, TimeYourWeb can give you a glimpse into your child's online activity.

- 💼 Workplace Productivity: Employers can instill a more time-conscious work culture.
  
- 💻 Freelancers: Maintain detailed reports on your work hours spent online.

🌟 Features

- 📊 Detailed Time Tracking: See how much time you spend on each page of any domain. Download this information as CSV.

- ⏲ Active vs Total Time: Know the difference between your active engagement and total time on any page.
  
- 📅 Timeline Stats: See your internet activity evolve over a day, week, or month.

- 📈 Summary Chart: Daily, weekly, and monthly summaries. Understand your internet usage with both "Active" and "Total" time tracking metrics.
  
- 🔍 Flow Chart: Dive deep into your internet habits and scrutinize your activity.

- 📊 Stacked Chart: Get a bird's-eye view of your month-long internet usage.

- 🌈 Sunburst Chart: Newly added! Visualize your summarized internet activity for any time period in an engaging, easy-to-understand format.

🌟 Configuration

- 🔘 Toggle tracking
- 🗓 Set the first day of the week
- 🚫 Customize URLs to ignore

🌟 FAQ

- 🎬 Does it track time when I watch films online?  
  Yes, provided the browser is in focus.

- 🔒 Does TimeYourWeb access my viewed pages?  
  No. It only tracks URLs.
  
- 💸 Is it free?  
  Most features are free, but future server-dependent features will be paid.

🌟 Future Plans

- 👥 User accounts with authentication
- 🔄 Synchronization between multiple computers

🌟 Permissions

TimeYourWeb requires the lowest permissions compared to other time-tracking Chrome extensions. It requires "Read your browsing history" permission to operate.

🌟 Contacts  
Email: timeyourweb[ at ]gmail.com

🚫 TimeYourWeb is 100% ad-free. Manage your time wisely and make your work more effective with TimeYourWeb. ✅                    

확장 프로그램 기본 정보

이름 TimeYourWeb Time Tracker TimeYourWeb Time Tracker
ID kfmlkgchpffnaphmlmjnimonlldbcpnh
공식 URL https://chromewebstore.google.com/detail/timeyourweb-time-tracker/kfmlkgchpffnaphmlmjnimonlldbcpnh
설명 TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision
파일 크기 778 KB
설치 횟수 13,776
현재 버전 2.0.34
최근 업데이트 2024-02-22
출시 날짜 2018-09-10
평점 4.24/5 총 135 개의 평점
개발자 https://timeyourweb.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.timeyourweb.com
도움말 페이지 URL https://www.facebook.com/timeyourweb/
개인정보 보호 정책 페이지 URL https://timeyourweb.com/terms-and-agreement
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeYourWeb Time Tracker",
    "short_name": "TimeYourWeb",
    "description": "TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision",
    "version": "2.0.34",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "idle",
        "storage",
        "tabs",
        "unlimitedStorage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/api.timeyourweb.com\/*"
    ],
    "icons": {
        "48": "\/img\/clock_48.png"
    }
}