SavvyConnect Express
SavvyConnect Chrome Express Extension
什麼是SavvyConnect Express?
SavvyConnect Express是由https://www.surveysavvy.com開發的Chrome擴展程式,該擴展的主要功能是“SavvyConnect Chrome Express Extension”。
擴展截圖
下載SavvyConnect Express擴展crx文件
下載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 |
ID | achpfmdebpcipligeggmohmjkmfjijlb |
官方網址 | 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" ] } |