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)
What is Survey helper - go forward!?
Survey helper - go forward! is a Chrome extension developed by https://actiondialog.se, and its main feature is "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".
Extension Screenshots
Download Survey helper - go forward! Extension CRX File
Download Survey helper - go forward! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Survey helper - go forward! |
ID | knahcehggigdooimkihojckjphkloach |
Official URL | https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach |
Description | Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right) |
File Size | 11.08 KB |
Installation Count | 408 |
Current Version | 0.2 |
Last Updated | 2015-03-03 |
Publish Date | 2015-03-03 |
Rating | 1.73/5 Total 22 Ratings |
Developer | https://actiondialog.se |
Payment Type | free |
Supported Languages | 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 } |