SavvyConnect Express

SavvyConnect Chrome Express Extension

SavvyConnect Express क्या है?

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

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

screenshot
screenshot

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

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

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

                        Get paid for surfing the web and sign up for research studies whenever you want, with the SavvyConnect® Express extension.  This extension is the fastest way to join our premier online market research panel.

Installing the extension immediately enrolls you in the SavvyConnect® behavioral research panel, which receives additional paid research opportunities. Furthermore, SavvyConnect® provides instant access to all of your study invitations.

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

For more information visit www.savvyconnect.com, or contact us via email at [email protected].                    

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

नाम SavvyConnect Express SavvyConnect Express
ID achpfmdebpcipligeggmohmjkmfjijlb
आधिकारिक URL https://chromewebstore.google.com/detail/savvyconnect-express/achpfmdebpcipligeggmohmjkmfjijlb
विवरण SavvyConnect Chrome Express Extension
फ़ाइल का आकार 152 KB
स्थापना संख्या 3,540
वर्तमान संस्करण 1.2.21
अंतिम अपडेट 2019-06-19
प्रकाशन तिथि 2019-06-18
रेटिंग 4.19/5 कुल 27 रेटिंग्स
डेवलपर https://www.surveysavvy.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.surveysavvy.com/savvyconnect
गोपनीयता नीति पृष्ठ URL https://www.surveysavvy.com/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "sc_content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "20": "icons\/sc_128.png",
            "40": "icons\/sc_16.png"
        },
        "default_popup": "views\/popup.html"
    },
    "description": "SavvyConnect Chrome Express Extension",
    "homepage_url": "http:\/\/surveysavvy.com",
    "icons": {
        "128": "icons\/sc_128.png",
        "16": "icons\/sc_16.png",
        "48": "icons\/sc_48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "SavvyConnect Express",
    "short_name": "SavvyConnect",
    "author": "Luth Research",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "storage"
    ],
    "version": "1.2.21",
    "web_accessible_resources": [
        "icon\/sc_48.png"
    ]
}