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ファイルをダウンロード

My Browsing Habits拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}