My Browsing Habits

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

¿Qué es My Browsing Habits?

My Browsing Habits es una extensión de Chrome desarrollada por mybrowsinghabits, y su función principal es "Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión My Browsing Habits

Descarga archivos de extensión My Browsing Habits en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre My Browsing Habits My Browsing Habits
ID ffejmkidhadgbnkanjaikhaofedjnobd
URL Oficial https://chromewebstore.google.com/detail/my-browsing-habits/ffejmkidhadgbnkanjaikhaofedjnobd
Descripción Monitor your browsing habits using our personalized activity tracker.Boost your productivity by detecting all your browsing trends
Tamaño del Archivo 756 KB
Cantidad de Instalaciones 47
Versión Actual 1.3.7
Última Actualización 2023-03-29
Fecha de Publicación 2022-11-01
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador mybrowsinghabits
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://mybrowsinghabits.wixsite.com/my-browsing-habits
URL de la Página de Ayuda https://mybrowsinghabits.wixsite.com/my-browsing-habits
URL de la Página de Política de Privacidad https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Idiomas Soportados 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"
    }
}