My Browsing Habits

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

Hvad er My Browsing Habits?

My Browsing Habits er en Chrome-udvidelse udviklet af mybrowsinghabits, og dens hovedfunktion er "Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download My Browsing Habits-udvidelses-CRX-fil

Download My Browsing Habits-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn My Browsing Habits My Browsing Habits
ID ffejmkidhadgbnkanjaikhaofedjnobd
Officiel URL https://chromewebstore.google.com/detail/my-browsing-habits/ffejmkidhadgbnkanjaikhaofedjnobd
Beskrivelse Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends
Filstørrelse 756 KB
Antal Installationer 47
Nuværende Version 1.3.7
Senest Opdateret 2023-03-29
Udgivelsesdato 2022-11-01
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler mybrowsinghabits
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://mybrowsinghabits.wixsite.com/my-browsing-habits
Hjælpeside-URL https://mybrowsinghabits.wixsite.com/my-browsing-habits
URL til Fortrolighedspolitik Side https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Understøttede Sprog 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"
    }
}