Swellmap Tracker

This extension tracks and logs users access to swell prediction websites.

¿Qué es Swellmap Tracker?

Swellmap Tracker es una extensión de Chrome desarrollada por matt.leslie, y su función principal es "This extension tracks and logs users access to swell prediction websites.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Swellmap Tracker

Descarga archivos de extensión Swellmap Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Research Project Title:  Data based visual system for action sports film

Researcher: Matthew Everitt, School of Design, Victoria University of Wellington

As part of the completion of my Master of Design, this study is designed to capture and visualise data produced by surfing communities. The aim is to use existing technologies such as the internet and web explorers, with wearable technology to capture data of the ‘surfers’ intent to surf and the action of surfing itself. This research has been approved by Victoria University Human Ethics Committee.

I am inviting surfers 18yrs and over to participate in this research. Participants will be asked to install a Google Chrome Extension on their personal computer. By installing the extension permission will be granted to log the users access to swell websites (www.swellmap.com etc.) and users location at the time of access(Mt Cook, Hataitai etc.) and sent to a secure server. A transcript of the logged data can be sent to the users in request. It is important to know that no other information will be retrieved from your computer other than the swell website information and your location (location accuracy is down to a suburb level).

Participation is voluntary and confidential, you will not be identified personally in any way and all data and records will be destroyed 1 year after the completion of the study (1st of March 2017). All material collected will be kept confidential in a locked file, and will be viewed only by myself and my supervisor Kah Chan. The thesis will be submitted for marking to the School of Design, and subsequently deposited in the University Library.  Should any participant wish to withdraw from the project, they may do so before 19th of December 2015, and the data collected up to that point will be destroyed.

By downloading this extension you accept to being part of this study. You accept that your geolocation and history of swell site visits will be stored on a secure server for the duration of this study (ending March 2016). You agree that you are 18yrs or over.

If you have any questions or would like to receive further information about the project, please contact me at  [email protected], or you may contact my supervisor Kah Chan at [email protected] or telephone 463-6403.

If you have any concerns about the ethical conduct of the research you may contact the Victoria University HEC Convener: Associate Professor Susan Corbett. Email [email protected] or telephone +64-4-463 5480.                    

Información Básica de la Extensión

Nombre Swellmap Tracker Swellmap Tracker
ID fbkddjiemoelalgncmdldekbmbhbfjlc
URL Oficial https://chrome.google.com/webstore/detail/swellmap-tracker/fbkddjiemoelalgncmdldekbmbhbfjlc
Descripción This extension tracks and logs users access to swell prediction websites.
Tamaño del Archivo 1.24 MB
Cantidad de Instalaciones 12
Versión Actual 2.0
Última Actualización 2015-09-14
Fecha de Publicación 2015-09-14
Desarrollador matt.leslie
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swellmap Tracker",
    "version": "2.0",
    "manifest_version": 2,
    "description": "This extension tracks and logs users access to swell prediction websites.",
    "permissions": [
        "tabs",
        "geolocation",
        "*:\/\/*\/",
        "https:\/\/polar-spire-5037.herokuapp.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.swellmap.co.nz\/surfing\/*",
                "*:\/\/*.swellmap.com\/surfing\/*",
                "*:\/\/*.magicseaweed.com\/*",
                "*:\/\/*.surf2surf.com\/reports\/*",
                "*:\/\/*.surfline.com\/surf-report\/*",
                "*:\/\/*.surfline.com\/surf-forecasts\/*",
                "*:\/\/*.cornish.co.nz\/contact\/webcam\/*",
                "*:\/\/*.surf-forecast.com\/breaks\/*"
            ],
            "js": [
                "hello.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}