Search Engine Results Saver
Share your Search Engine Results with researchers
什么是Search Engine Results Saver?
Search Engine Results Saver是由CSMaP开发的Chrome扩展程序,该扩展的主要功能是“Share your Search Engine Results with researchers”。
扩展截图
下载Search Engine Results Saver扩展crx文件
下载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 |
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 } |