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)

O que é Survey helper - go forward!?

Survey helper - go forward! é uma extensão do Chrome desenvolvida por https://actiondialog.se, e sua principal característica é "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Survey helper - go forward!

Baixe arquivos de extensão Survey helper - go forward! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Survey helper - go forward! Survey helper - go forward!
ID knahcehggigdooimkihojckjphkloach
URL Oficial https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach
Descrição Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)
Tamanho do Arquivo 11.08 KB
Contagem de Instalações 408
Versão Atual 0.2
Última Atualização 2015-03-03
Data de Publicação 2015-03-03
Classificação 1.73/5 Total de 22 Avaliações
Desenvolvedor https://actiondialog.se
Tipo de Pagamento free
Idiomas Suportados 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
}