SavvyConnect Express

SavvyConnect Chrome Express Extension

SavvyConnect Express là gì?

SavvyConnect Express là một tiện ích mở rộng Chrome được phát triển bởi https://www.surveysavvy.com, và tính năng chính của nó là "SavvyConnect Chrome Express Extension".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SavvyConnect Express

Tải xuống các tệp mở rộng SavvyConnect Express 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

                        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].                    

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

Tên SavvyConnect Express SavvyConnect Express
ID achpfmdebpcipligeggmohmjkmfjijlb
URL Chính Thức https://chromewebstore.google.com/detail/savvyconnect-express/achpfmdebpcipligeggmohmjkmfjijlb
Mô tả SavvyConnect Chrome Express Extension
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 3,540
Phiên Bản Hiện Tại 1.2.21
Cập Nhật Lần Cuối 2019-06-19
Ngày Phát Hành 2019-06-18
Đánh Giá 4.19/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://www.surveysavvy.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.surveysavvy.com/savvyconnect
URL Trang Chính Sách Bảo Mật https://www.surveysavvy.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}