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)
Was ist Survey helper - go forward!?
Survey helper - go forward! ist eine Chrome-Erweiterung, die von https://actiondialog.se entwickelt wurde, und ihr Hauptmerkmal ist "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".
Erweiterungsscreenshots
Survey helper - go forward!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Survey helper - go forward!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knahcehggigdooimkihojckjphkloach |
| Offizielle URL | https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach |
| Beschreibung | Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right) |
| Dateigröße | 11.08 KB |
| Installationsanzahl | 408 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2015-03-03 |
| Veröffentlichungsdatum | 2015-03-03 |
| Bewertung | 1.73/5 Insgesamt 22 Bewertungen |
| Entwickler | https://actiondialog.se |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |