Insight - Track and Optimize Your Time Online

Know how you spend your time online. Insight by Freedom tracks the time you spend on websites, so you can improve your habits.

Insight - Track and Optimize Your Time Online là gì?

Insight - Track and Optimize Your Time Online là một tiện ích mở rộng Chrome được phát triển bởi https://freedom.to, và tính năng chính của nó là "Know how you spend your time online. Insight by Freedom tracks the time you spend on websites, so you can improve your habits.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Insight - Track and Optimize Your Time Online

Tải xuống các tệp mở rộng Insight - Track and Optimize Your Time Online dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We built Insight to be a lightweight, privacy-conscious time tracker that helps you understand how you spend your time online.

Insight tracks the time you spend on websites in Chrome, and provides a simple report so you can see where you're spending your time.  You can drill down into individual sites and see your daily time on each site.

- See time spent by day, week, or set a custom time window for any calendar period
- Drill down on each site to see time spent each day of time period
- Exclude any site from being tracked

We've built Insight to be privacy-conscious. None of your data is sent anywhere (the cloud, our servers, etc.) It remains secure on your own device.

If you want to become more productive, you have to first understand how you're currently spending your time, and Insight helps you do just that. With this insight, you can be more mindful about how you spend your time. Thank you for giving Insight a try.

Insight is a product of Freedom Labs, where we develop new tools to help you balance your relationship with technology. Like our other extensions, Insight is highly privacy-conscious. Learn more about Freedom here: https://freedom.to

Please note: Insight 1.0.0 is our initial release with Manifest 3 compatibility.  You may experience slight differences in behavior due to the significant changes required to comply with Manifest V3.  Please send us your feedback at [email protected] and we'll continue to improve Insight.  Thank you!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Insight - Track and Optimize Your Time Online Insight - Track and Optimize Your Time Online
ID fekofipodopncnlomnghaaebmohagjho
URL Chính Thức https://chromewebstore.google.com/detail/insight-track-and-optimiz/fekofipodopncnlomnghaaebmohagjho
Mô tả Know how you spend your time online. Insight by Freedom tracks the time you spend on websites, so you can improve your habits.
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 9,641
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2020-07-02
Đánh Giá 4.54/5 Tổng số 39 Đánh Giá
Nhà Phát Triển https://freedom.to
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freedom.to
URL Trang Trợ Giúp https://support.freedom.to
URL Trang Chính Sách Bảo Mật https://freedom.to/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Insight - Track and Optimize Your Time Online",
    "short_name": "Insight",
    "description": "Know how you spend your time online. Insight by Freedom tracks the time you spend on websites, so you can improve your habits.",
    "version": "1.0.0",
    "icons": {
        "16": "images\/tracker_icon_16.png",
        "19": "images\/tracker_icon_19.png",
        "32": "images\/tracker_icon_32.png",
        "38": "images\/tracker_icon_76.png",
        "48": "images\/tracker_icon_48.png",
        "128": "images\/tracker_icon_128.png"
    },
    "action": {
        "default_title": "Insight Report",
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "images\/tracker_icon_16.png",
            "19": "images\/tracker_icon_19.png",
            "32": "images\/tracker_icon_32.png",
            "38": "images\/tracker_icon_76.png",
            "48": "images\/tracker_icon_48.png",
            "128": "images\/tracker_icon_128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ]
}