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]. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |