Website Time Tracker

Track your time duration spent on social website.

Qu'est-ce que Website Time Tracker ?

Website Time Tracker est une extension Chrome développée par https://raviroshan.info, et sa fonction principale est "Track your time duration spent on social website.".

Télécharger le fichier CRX de l'extension Website Time Tracker

Téléchargez les fichiers d'extension Website Time Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
URL Officiel https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Description Track your time duration spent on social website.
Taille du Fichier 131 KB
Nombre d'Installations 13
Version Actuelle 2.3
Dernière Mise à Jour 2017-04-20
Date de Publication 2017-04-20
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://raviroshan.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.raviroshan.info
URL de la Page d'Aide https://www.facebook.com/raviroshan.talk
Langues Prises en Charge 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"
    }
}