My Browsing Habits

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

My Browsing Habits란 무엇입니까?

My Browsing Habits은(는) mybrowsinghabits에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

My Browsing Habits 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 My Browsing Habits My Browsing Habits
ID ffejmkidhadgbnkanjaikhaofedjnobd
공식 URL https://chromewebstore.google.com/detail/my-browsing-habits/ffejmkidhadgbnkanjaikhaofedjnobd
설명 Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends
파일 크기 756 KB
설치 횟수 47
현재 버전 1.3.7
최근 업데이트 2023-03-29
출시 날짜 2022-11-01
평점 4.83/5 총 6 개의 평점
개발자 mybrowsinghabits
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://mybrowsinghabits.wixsite.com/my-browsing-habits
도움말 페이지 URL https://mybrowsinghabits.wixsite.com/my-browsing-habits
개인정보 보호 정책 페이지 URL https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
지원되는 언어 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"
    }
}