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 je Survey helper - go forward!?

Survey helper - go forward! je rozšíření Chrome vyvinuté https://actiondialog.se, a jeho hlavní funkcí je „Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Survey helper - go forward!

Stáhněte si soubory rozšíření Survey helper - go forward! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Survey helper - go forward! Survey helper - go forward!
ID knahcehggigdooimkihojckjphkloach
Oficiální URL https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach
Popis Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)
Velikost souboru 11.08 KB
Počet instalací 408
Aktuální Verze 0.2
Poslední Aktualizace 2015-03-03
Datum Vydání 2015-03-03
Hodnocení 1.73/5 Celkem 22 Hodnocení
Vývojář https://actiondialog.se
Typ Platby free
Podporované Jazyky 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
}