Swellmap Tracker

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

Τι είναι το Swellmap Tracker;

Το Swellmap Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matt.leslie, και η κύρια λειτουργία του είναι "This extension tracks and logs users access to swell prediction websites.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Swellmap Tracker

Λήψη αρχείων επέκτασης Swellmap Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Swellmap Tracker Swellmap Tracker
ID fbkddjiemoelalgncmdldekbmbhbfjlc
Επίσημο URL https://chrome.google.com/webstore/detail/swellmap-tracker/fbkddjiemoelalgncmdldekbmbhbfjlc
Περιγραφή This extension tracks and logs users access to swell prediction websites.
Μέγεθος Αρχείου 1.24 MB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2015-09-14
Ημερομηνία Δημοσίευσης 2015-09-14
Προγραμματιστής matt.leslie
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}