Search Engine Results Saver

Share your Search Engine Results with researchers

Search Engine Results Saver là gì?

Search Engine Results Saver là một tiện ích mở rộng Chrome được phát triển bởi CSMaP, và tính năng chính của nó là "Share your Search Engine Results with researchers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Engine Results Saver

Tải xuống các tệp mở rộng Search Engine Results Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Engine Results Saver Search Engine Results Saver
ID mjdfiochiimhfgbdgkielodbojlpfcbl
URL Chính Thức https://chromewebstore.google.com/detail/search-engine-results-sav/mjdfiochiimhfgbdgkielodbojlpfcbl
Mô tả Share your Search Engine Results with researchers
Kích Thước Tệp 374 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-07-18
Ngày Phát Hành 2021-06-15
Nhà Phát Triển CSMaP
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://csmapnyu.org
URL Trang Trợ Giúp https://csmapnyu.org
URL Trang Chính Sách Bảo Mật https://csmapnyu.org/chrome-plugin-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}