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)
¿Qué es Survey helper - go forward!?
Survey helper - go forward! es una extensión de Chrome desarrollada por https://actiondialog.se, y su función principal es "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Survey helper - go forward!
Descarga archivos de extensión Survey helper - go forward! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Survey helper - go forward! |
ID | knahcehggigdooimkihojckjphkloach |
URL Oficial | https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach |
Descripción | Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right) |
Tamaño del Archivo | 11.08 KB |
Cantidad de Instalaciones | 408 |
Versión Actual | 0.2 |
Última Actualización | 2015-03-03 |
Fecha de Publicación | 2015-03-03 |
Calificación | 1.73/5 Total de 22 Calificaciones |
Desarrollador | https://actiondialog.se |
Tipo de Pago | free |
Idiomas Soportados | 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 } |