SavvyConnect Express
SavvyConnect Chrome Express Extension
Что такое SavvyConnect Express?
SavvyConnect Express - это расширение Chrome, разработанное https://www.surveysavvy.com, и его основная функция - "SavvyConnect Chrome Express Extension".
Снимки экрана расширения
Скачать файл 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]. Основная информация о расширении
| Название | |
| 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"
]
} | |