Idle Time

Detects time intervals when user was idle or locked system and displays their durations.

Cos'è Idle Time?

Idle Time è un'estensione di Chrome sviluppata da Dima PM, e la sua funzione principale è "Detects time intervals when user was idle or locked system and displays their durations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Idle Time

Scarica i file di estensione Idle Time 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

                        Extension detects moments when user becomes idle and later active and displays notification with idle duration. It also detects when user locked and unlocked system and also shows notification with lock duration. This is useful if user wants to know for what time he was absent.

Minimum detection interval is 1 minute.                    

Informazioni di Base sull'Estensione

Nome Idle Time Idle Time
ID gpbpabilidejehccbecogoamnckcdelg
URL Ufficiale https://chromewebstore.google.com/detail/idle-time/gpbpabilidejehccbecogoamnckcdelg
Descrizione Detects time intervals when user was idle or locked system and displays their durations.
Dimensione del File 10.28 KB
Conteggio Installazioni 54
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-01-20
Data di Pubblicazione 2020-01-29
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Dima PM
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Idle Time",
    "description": "Detects time intervals when user was idle or locked system and displays their durations.",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "16": "time 16.png",
        "32": "time 32.png",
        "48": "time 48.png",
        "128": "time 128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "idle",
        "notifications"
    ]
}