SavvyConnect Express
SavvyConnect Chrome Express Extension
SavvyConnect Express란 무엇입니까?
SavvyConnect Express은(는) https://www.surveysavvy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SavvyConnect Chrome Express Extension"입니다.
확장 프로그램 스크린샷
SavvyConnect Express 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |