Search Engine Results Saver

Share your Search Engine Results with researchers

Τι είναι το Search Engine Results Saver;

Το Search Engine Results Saver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CSMaP, και η κύρια λειτουργία του είναι "Share your Search Engine Results with researchers".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Search Engine Results Saver

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

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

                        Search Engine Results saver is a web extension whose sole purpose is to aid in social and political science research in a transparent and unbiased way. Extension users are individually recruited and voluntarily opt in to share their web browsing activity to aid in research endeavors. 

The extension collects browsing activity on search engines for the duration of the survey task. The information collected include their unique, anonymized user ID, unique URL visit, the HTML of the search engine webpage, and timestamp of each visit. 

The user voluntarily installs the extension to give data to researchers at CSMaP. They can delete the extension to halt data collection at any time without penalty. They are also given instructions for revoking access to their data at any time.

The collected data is securely stored and accessible only to the CSMaP researcher and the participating users who can procure it or access its usage if desired. The CSMaP team is dedicated to ensure security, transparency, and integrity of the data provided and its use.                    

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

Όνομα Search Engine Results Saver Search Engine Results Saver
ID mjdfiochiimhfgbdgkielodbojlpfcbl
Επίσημο URL https://chromewebstore.google.com/detail/search-engine-results-sav/mjdfiochiimhfgbdgkielodbojlpfcbl
Περιγραφή Share your Search Engine Results with researchers
Μέγεθος Αρχείου 374 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-07-18
Ημερομηνία Δημοσίευσης 2021-06-15
Προγραμματιστής CSMaP
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://csmapnyu.org
Διεύθυνση URL της Σελίδας Βοήθειας https://csmapnyu.org
URL της Σελίδας Πολιτικής Απορρήτου https://csmapnyu.org/chrome-plugin-privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Engine Results Saver",
    "version": "1.0.2",
    "description": "Share your Search Engine Results with researchers",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "background",
        "alarms",
        "https:\/\/*.youtube.com\/watch*",
        "https:\/\/*.google.com\/search*",
        "https:\/\/*.bing.com\/search*",
        "https:\/\/search.yahoo.com\/search*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "aws-sdk.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}