Search Engine Results Saver

Share your Search Engine Results with researchers

Search Engine Results Saver क्या है?

Search Engine Results Saver CSMaP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your Search Engine Results with researchers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Engine Results Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}