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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |