Search Engine Study

Execute Google searches for an academic study.

Search Engine Study란 무엇입니까?

Search Engine Study은(는) upfextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Execute Google searches for an academic study."입니다.

확장 프로그램 스크린샷

screenshot

Search Engine Study 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Search Engine Study Search Engine Study
ID bgjffplpiklnpekbalchdpmjfcainmpn
공식 URL https://chromewebstore.google.com/detail/search-engine-study/bgjffplpiklnpekbalchdpmjfcainmpn
설명 Execute Google searches for an academic study.
파일 크기 59.52 KB
설치 횟수 27
현재 버전 1.4
최근 업데이트 2023-12-21
출시 날짜 2023-07-18
평점 1.00/5 총 2 개의 평점
개발자 upfextension
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://upf-survey.bekodo.com/privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}