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)

Co to jest Survey helper - go forward!?

Survey helper - go forward! to rozszerzenie Chrome opracowane przez https://actiondialog.se, a jego główną funkcją jest „Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Survey helper - go forward!

Pobierz pliki rozszerzeń Survey helper - go forward! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Survey helper - go forward! Survey helper - go forward!
ID knahcehggigdooimkihojckjphkloach
Oficjalny URL https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach
Opis Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)
Rozmiar pliku 11.08 KB
Liczba instalacji 408
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2015-03-03
Data Publikacji 2015-03-03
Ocena 1.73/5 Łącznie 22 Oceny
Deweloper https://actiondialog.se
Typ Płatności free
Obsługiwane Języki 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
}