SavvyConnect by SavvyShares

SavvyConnect Chrome Express Extension

SavvyConnect by SavvyShares क्या है?

SavvyConnect by SavvyShares https://savvyshares.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SavvyConnect Chrome Express Extension"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में SavvyConnect by SavvyShares एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The SavvyConnect by SavvyShares extension is a great way to join our premier online market research panel.  By using this extension you can earn money by surfing the web and get invited to special research studies.  

Installing the extension immediately enrolls you in the SavvyConnect behavioral research panel where US members are eligible to receive $3 per month for keeping the extension active. Additionally, US members are automatically entered into a monthly drawing where the winner will earn $1000. 

For full eligibility requirements, please see https://www.surveysavvy.com/savvyconnect/requirements. You can also receive additional paid research opportunities to earn even more, which you can access right from within the extension.

View our privacy policy here:  https://www.surveysavvy.com/privacy_policy

For more information visit https://www.surveysavvy.com/savvyconnect/faq or contact us via email at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम SavvyConnect by SavvyShares SavvyConnect by SavvyShares
ID lekkladnjnbpgcoljekpnopdllnggmeo
आधिकारिक URL https://chromewebstore.google.com/detail/savvyconnect-by-savvyshar/lekkladnjnbpgcoljekpnopdllnggmeo
विवरण SavvyConnect Chrome Express Extension
फ़ाइल का आकार 205 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 4.1.160
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2020-05-01
रेटिंग 3.07/5 कुल 27 रेटिंग्स
डेवलपर https://savvyshares.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.surveysavvy.com/savvyconnect
सहायता पृष्ठ URL https://www.surveysavvy.com/savvyconnect/faq
गोपनीयता नीति पृष्ठ URL https://www.surveysavvy.com/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "sc_content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/sc_16.png",
            "24": "icons\/sc_24.png",
            "32": "icons\/sc_32.png"
        },
        "default_popup": "views\/popup.html"
    },
    "description": "SavvyConnect Chrome Express Extension",
    "homepage_url": "http:\/\/surveysavvy.com",
    "icons": {
        "16": "icons\/sc_16.png",
        "48": "icons\/sc_48.png",
        "128": "icons\/sc_128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "SavvyConnect by SavvyShares",
    "short_name": "SavvyConnect",
    "author": "Luth Research",
    "web_accessible_resources": [
        {
            "resources": [
                "sc_content_module.js",
                "web_min.js",
                "content_min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms",
        "system.display"
    ],
    "host_permissions": [
        ""
    ],
    "version": "4.1.160",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src data: https:\/\/*.surveysavvy.com wss:\/\/*.surveysavvy.com wss:\/\/*.luthresearch.com https:\/\/apis.google.com https:\/\/*.viomba.com"
    }
}