Web Dashboard

Visualize, Analyze, and Track Your Browsing

Τι είναι το Web Dashboard;

Το Web Dashboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unhalt LLC, και η κύρια λειτουργία του είναι "Visualize, Analyze, and Track Your Browsing".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Web Dashboard

Λήψη αρχείων επέκτασης Web Dashboard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Web Dashboard is a privacy-focused web time tracking extension.

**INSTRUCTIONS** 
Simply click the Web Dashboard icon to see a popover with detailed stats about your browsing patterns!

**ABOUT**
With Web Dashboard you can now visualize and analyze your browsing with a single click. As you are using the internet, Web Dashboard sits in the background and notes the time you spend on each website. This data is then displayed to you in a visually intuitive and user-friendly way. 

Here are the main features:

Select from different timeframes and visualizations to understand your time spent online
See your browsing trend direction (up, down, stable)
Deeper dive into your browsing data by using the timeline tool to visually explore your browsing time right down to the minute!
Web Dashboard employs smart tracking which means that it doesn't include “idle time” when showing the time spent on a website.
Customize your Web Dashboard using the settings panel.
Download summary of your browsing time and visit count. 
All data stored in Web Dashboard can be deleted in a single click.
The Web Dashboard team is constantly adding features. We aim to eventually help you cut down your browsing time. 

**PRIVACY**
Your browsing data does not, will not, and cannot leave your computer. Web Dashboard does not communicate with an external server and all the data processing is done in your browser. 

We know how important privacy is, especially when dealing with browsing data. Web Dashboard is designed and built with privacy in mind. Your browsing data will never leave your computer and no one else can access it.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Dashboard Web Dashboard
ID chbljnfpcegpolnjnkfbbdjjkkniagag
Επίσημο URL https://chromewebstore.google.com/detail/web-dashboard/chbljnfpcegpolnjnkfbbdjjkkniagag
Περιγραφή Visualize, Analyze, and Track Your Browsing
Μέγεθος Αρχείου 211 KB
Αριθμός Εγκαταστάσεων 557
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2021-03-31
Ημερομηνία Δημοσίευσης 2021-02-20
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Unhalt LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.zeeker.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Dashboard",
    "short_name": "Web Dashboard",
    "description": "Visualize, Analyze, and Track Your Browsing",
    "version": "0.0.2",
    "icons": {
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "options_page": "details.html",
    "background": {
        "scripts": [
            "background\/TldData.js",
            "background\/TldFlow.js",
            "background\/newBackground.js",
            "background\/functionsForSendingData.js",
            "background\/utilsForBackground.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popover.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "idle",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}