Search Engine Study

Execute Google searches for an academic study.

Qu'est-ce que Search Engine Study ?

Search Engine Study est une extension Chrome développée par upfextension, et sa fonction principale est "Execute Google searches for an academic study.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search Engine Study

Téléchargez les fichiers d'extension Search Engine Study 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 is part of a study conducted by the Center for Economic Policy Research. The purpose of the extension is to better under how different individuals reach news sites. 

Study participants, after giving their consent for the data collection will install this extension.
The extension will then execute searches for specific queries and collects the results. No information on individuals besides search results and user location is collected. 

Some users have been invited to receive an award for installing this extension. Each user that completed the survey and received an invitation is eligible to receive up to one award. If you have any questions or comments please contact the principal investigator by email at [email protected]                    

Informations de Base sur l'Extension

Nom Search Engine Study Search Engine Study
ID bgjffplpiklnpekbalchdpmjfcainmpn
URL Officiel https://chromewebstore.google.com/detail/search-engine-study/bgjffplpiklnpekbalchdpmjfcainmpn
Description Execute Google searches for an academic study.
Taille du Fichier 59.52 KB
Nombre d'Installations 27
Version Actuelle 1.4
Dernière Mise à Jour 2023-12-21
Date de Publication 2023-07-18
Évaluation 1.00/5 Total 2 Évaluations
Développeur upfextension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://upf-survey.bekodo.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Engine Study",
    "description": "Execute Google searches for an academic study.",
    "version": "1.4",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.google.com\/"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-3.6.1.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.es\/search*",
                "https:\/\/upf-survey.bekodo.com\/*",
                "http:\/\/127.0.0.1:8000\/*"
            ]
        }
    ]
}