Survey helper - go forward!

Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)

Что такое Survey helper - go forward!?

Survey helper - go forward! - это расширение Chrome, разработанное https://actiondialog.se, и его основная функция - "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Survey helper - go forward!

Скачайте файлы расширений Survey helper - go forward! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This small extension helps frequent survey participants / testers by adding a shortcut to going forward in the survey / form. Should work with most surveys - otherwise use the contact form and send a description or link to the survey.                    

Основная информация о расширении

Название Survey helper - go forward! Survey helper - go forward!
ID knahcehggigdooimkihojckjphkloach
Официальный URL https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach
Описание Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)
Размер файла 11.08 KB
Количество установок 408
Текущая Версия 0.2
Последнее Обновление 2015-03-03
Дата публикации 2015-03-03
Рейтинг 1.73/5 Всего 22 оценок
Разработчик https://actiondialog.se
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Survey helper - go forward!",
    "description": "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)",
    "version": "0.2",
    "icons": {
        "16": "icon-next-16.png",
        "128": "icon-next-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Go forward"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+X"
            }
        }
    },
    "manifest_version": 2
}