Website Time Tracker

Track your time duration spent on social website.

Τι είναι το Website Time Tracker;

Το Website Time Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://raviroshan.info, και η κύρια λειτουργία του είναι "Track your time duration spent on social website.".

Λήψη αρχείου CRX της επέκτασης Website Time Tracker

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

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

                        This extension keeps track of the time duration [hh:mm:ss format] you spend on social network.

It considers only the ACTIVE time of user on the website.
------------------------------------------------------------------------
ACTIVE time does not include :
> When user is on different tab, other than on Facebook (Either on same browser windows or other).
> When current tab is Facebook but the browser is minimized or not focused.


Version 2.1 Update: 
> Cleaner UI.
> Rest-Timer functionality has been added.                    

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

Όνομα Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
Επίσημο URL https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Περιγραφή Track your time duration spent on social website.
Μέγεθος Αρχείου 131 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 2.3
Τελευταία Ενημέρωση 2017-04-20
Ημερομηνία Δημοσίευσης 2017-04-20
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://raviroshan.info
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.raviroshan.info
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/raviroshan.talk
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Time Tracker",
    "short_name": "Website Time Tracker",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Track your time duration spent on social website.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/timer-icon.png",
        "default_popup": "popup.html"
    }
}