TimeYourWeb Time Tracker

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

What is TimeYourWeb Time Tracker?

TimeYourWeb Time Tracker is a Chrome extension developed by https://timeyourweb.com, and its main feature is "TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TimeYourWeb Time Tracker Extension CRX File

Download TimeYourWeb Time Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🌟 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. ✅                    

Extension Basic Information

Name TimeYourWeb Time Tracker TimeYourWeb Time Tracker
ID kfmlkgchpffnaphmlmjnimonlldbcpnh
Official URL https://chromewebstore.google.com/detail/timeyourweb-time-tracker/kfmlkgchpffnaphmlmjnimonlldbcpnh
Description TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision
File Size 778 KB
Installation Count 13,776
Current Version 2.0.34
Last Updated 2024-02-22
Publish Date 2018-09-10
Rating 4.24/5 Total 135 Ratings
Developer https://timeyourweb.com
Email [email protected]
Payment Type in_app
Extension Website https://www.timeyourweb.com
Help Page URL https://www.facebook.com/timeyourweb/
Privacy Policy Page URL https://timeyourweb.com/terms-and-agreement
Supported Languages 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"
    }
}