SavvyConnect by SavvyShares

SavvyConnect Chrome Express Extension

SavvyConnect by SavvyShares란 무엇입니까?

SavvyConnect by SavvyShares은(는) https://savvyshares.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SavvyConnect Chrome Express Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SavvyConnect by SavvyShares 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}