UCL Study Zeitgeist Plugin

Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL

Qu'est-ce que UCL Study Zeitgeist Plugin ?

UCL Study Zeitgeist Plugin est une extension Chrome développée par https://study.cs.ucl.ac.uk, et sa fonction principale est "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UCL Study Zeitgeist Plugin

Téléchargez les fichiers d'extension UCL Study Zeitgeist Plugin 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 logs data about your Web browsing activity into the Zeitgeist daemon. It logs which websites you visit, which tabs you interact with and how long you interact with them, and which files you download.

The extension works in conjunction with a native messaging host that relays logged events to the Zeitgeist daemon. The events contain a unique signature for the UCL multitasking study, and are not suitable for use with the vanilla Zeitgeist Activity Journal.

See https://study.cs.ucl.ac.uk/multitasking/web/information for more information.                    

Informations de Base sur l'Extension

Nom UCL Study Zeitgeist Plugin UCL Study Zeitgeist Plugin
ID hhccdfafffjclmgjdokgijhccpcjcehd
URL Officiel https://chromewebstore.google.com/detail/ucl-study-zeitgeist-plugi/hhccdfafffjclmgjdokgijhccpcjcehd
Description Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL
Taille du Fichier 30.13 KB
Nombre d'Installations 14
Version Actuelle 3.0.0
Dernière Mise à Jour 2015-04-20
Date de Publication 2015-04-20
Développeur https://study.cs.ucl.ac.uk
Type de Paiement free
URL de la Page d'Aide https://bugs.launchpad.net/activityfinder
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UCL Study Zeitgeist Plugin",
    "description": "Sends events to Zeitgeist about the sites you visit and how you switch between tabs, as part of a study on multitasking at UCL",
    "version": "3.0.0",
    "minimum_chrome_version": "1",
    "author": "Steve Dodier-Lazaro",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "downloads",
        "processes",
        "tabs",
        "windows",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}