TimeYourWeb Time Tracker
TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision
Was ist TimeYourWeb Time Tracker?
TimeYourWeb Time Tracker ist eine Chrome-Erweiterung, die von https://timeyourweb.com entwickelt wurde, und ihr Hauptmerkmal ist "TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision".
Erweiterungsscreenshots
TimeYourWeb Time Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie TimeYourWeb Time Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
🌟 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. ✅ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfmlkgchpffnaphmlmjnimonlldbcpnh |
| Offizielle URL | https://chromewebstore.google.com/detail/timeyourweb-time-tracker/kfmlkgchpffnaphmlmjnimonlldbcpnh |
| Beschreibung | TimeYourWeb: The Ultimate Dashboard for Your Online Life. Unlock insights into your daily web activities with unparalleled precision |
| Dateigröße | 778 KB |
| Installationsanzahl | 13,776 |
| Aktuelle Version | 2.0.34 |
| Letztes Update | 2024-02-22 |
| Veröffentlichungsdatum | 2018-09-10 |
| Bewertung | 4.24/5 Insgesamt 135 Bewertungen |
| Entwickler | https://timeyourweb.com |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://www.timeyourweb.com |
| Hilfeseite URL | https://www.facebook.com/timeyourweb/ |
| URL der Datenschutzrichtlinien-Seite | https://timeyourweb.com/terms-and-agreement |
| Unterstützte Sprachen | 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"
}
} | |