WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Universal Time Tracker with AI Reports

Universal Time Tracker with AI Reports

View on Chrome Web Store
View Universal Time Tracker with AI Reports Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Advanced time tracking with calendar sync, multi-tasking support, AI-powered reports, and comprehensive analytics.
Type
Extension
Users
7 users
4
Maniwar
View author page of Maniwar
Published
Published on August 13, 2025
Version 2.3.4
Manifest version
3
Updated
Updated on September 24, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Universal Time Tracker with AI Reports Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Universal Time Tracker with AI Reports",
    "version": "2.3.4",
    "description": "Advanced time tracking with calendar sync, multi-tasking support, AI-powered reports, and comprehensive analytics.",
    "permissions": [
        "storage",
        "identity",
        "alarms",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/graph.microsoft.com\/*",
        "https:\/\/api.openai.com\/*",
        "https:\/\/api.anthropic.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*",
        "https:\/\/login.microsoftonline.com\/*"
    ],
    "oauth2": {
        "client_id": "785918599575-g6q6rtfgadrgr48vmt93olqb034m6c46.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Universal Time Tracker"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chart.min.js",
                "xlsx.min.js",
                "unified-ai-reports.js",
                "api-client.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.openai.com https:\/\/api.anthropic.com https:\/\/generativelanguage.googleapis.com https:\/\/www.googleapis.com https:\/\/graph.microsoft.com https:\/\/login.microsoftonline.com;"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Maniwar",
    "homepage_url": "https:\/\/github.com\/Maniwar\/time_tracker"
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top