My Browsing Habits

Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends

My Browsing Habits là gì?

My Browsing Habits là một tiện ích mở rộng Chrome được phát triển bởi mybrowsinghabits, và tính năng chính của nó là "Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends".

Ả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 My Browsing Habits

Tải xuống các tệp mở rộng My Browsing Habits 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

                        Have you ever gone down a youtube rabbit hole? How much time did that really take out of your day? Curious about how many purchases you made online this month? Can't remember the name of that recipe you used the other day?

My Browsing Habits monitors your web surfing activities automatically, keeping you accountable for how you spend your time. Each activity can be tracked in a customizable manner offering a unique experience for each user. 

This extension...
✅ Tracks website visits and time spent on user-defined urls
✅ Automatically logs the number and duration of videos watched
✅ Counts the number of articles read
✅ Saves each recipe visited
✅ Detects any payment with the associated payment amount

With this data the user can
✅ Display trends in an interactive fashion
✅ Compare the data between different activities
✅ Export data and graphs

Unlike other Time Tracking or Browser activity monitoring application, My Browsing Habits can automatically detect very specific user activities and lets users come back and go through their data (video titles, recipe names, article titles,... ) and explore trends in various ways.

With other features such as our calendar view which allows the user to visualize their data for a given day or the various data graphing tools implemented, users can easily spot their browsing trends and simply look back at their monthly data. 
Along with our predefined templates, users can create their own tracking events and log data in a centralized application. These manual inputs can then also be compared with other activities tracked automatically. 


With the 3 free activities you can begin tracking your browsing right away! And for as little as 0.75$ a month, you can upgrade to the pro subscription and enjoy unlimited activity tracking. The subscription also gives you access to other features such as exporting/importing app data, exporting graph data, and access to full app settings. 

My Browsing Habits is privacy-conscious; all of your data remains securely stored on your own device.
For any issues or requests for new features please do not hesitate to contact me


Planned updates:

⏳  More languages
⏳  Enable limits - once a limit is reached we can display a warning on even block the content (Videos, Website visits)
⏳  Monthly reports - Show different trends of the different activities you are tracking. 

 
#################################################

Changelog:
--------------------------------------------------------------------------------------

v1.3.0 updates Wednesday, November 2nd 2022
	- Added a dark theme 
	- Fixed a small issue about video time tracking

v1.3.1 updates Saturday, November 5th 2022
	- Linked our website to the listing 

v1.3.2 updates 
	- Changed the calendar functionality: when a user selects a date, clicking on the logs now displays more information about those specific occurrences instead of directing the user to the event page.
	- Updated the payment detection functionality by fixing a few bugs on shopify based websites.

v1.3.3 updates
  -  Added a 'Search' element to the logs. You can now go through the logs of a given event and search to find a specific occurence you are looking for.

v1.3.4 updates
- temporarily remove the option to create payment counting events - a small bug was found. I am currently working on it

v1.3.5 updates
-  We now allow users to edit or delete any of the entries that have been detected  or added manually

v1.3.6 updates
- Enable detection of Amazon purchases                    

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

Tên My Browsing Habits My Browsing Habits
ID ffejmkidhadgbnkanjaikhaofedjnobd
URL Chính Thức https://chromewebstore.google.com/detail/my-browsing-habits/ffejmkidhadgbnkanjaikhaofedjnobd
Mô tả Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends
Kích Thước Tệp 756 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.3.7
Cập Nhật Lần Cuối 2023-03-29
Ngày Phát Hành 2022-11-01
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển mybrowsinghabits
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://mybrowsinghabits.wixsite.com/my-browsing-habits
URL Trang Trợ Giúp https://mybrowsinghabits.wixsite.com/my-browsing-habits
URL Trang Chính Sách Bảo Mật https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Browsing Habits",
    "description": "Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends",
    "version": "1.3.7",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "My Browsing Habits",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}