Website Time Tracker

Track your time duration spent on social website.

Cos'è Website Time Tracker?

Website Time Tracker è un'estensione di Chrome sviluppata da https://raviroshan.info, e la sua funzione principale è "Track your time duration spent on social website.".

Scarica il file CRX dell'estensione Website Time Tracker

Scarica i file di estensione Website Time Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
URL Ufficiale https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Descrizione Track your time duration spent on social website.
Dimensione del File 131 KB
Conteggio Installazioni 13
Versione Corrente 2.3
Ultimo Aggiornamento 2017-04-20
Data di Pubblicazione 2017-04-20
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://raviroshan.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.raviroshan.info
URL della Pagina di Aiuto https://www.facebook.com/raviroshan.talk
Lingue Supportate 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"
    }
}