Search Engine Study

Execute Google searches for an academic study.

Search Engine Studyคืออะไร?

Search Engine Study เป็นส่วนขยายของ Chrome ที่พัฒนาโดย upfextension และคุณลักษณะหลักของมันคือ "Execute Google searches for an academic study."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Engine Study

ดาวน์โหลดไฟล์ส่วนขยาย Search Engine Study ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}