SavvyConnect Express

SavvyConnect Chrome Express Extension

SavvyConnect Expressคืออะไร?

SavvyConnect Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.surveysavvy.com และคุณลักษณะหลักของมันคือ "SavvyConnect Chrome Express Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SavvyConnect Express

ดาวน์โหลดไฟล์ส่วนขยาย SavvyConnect Express ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}