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'est-ce que Survey helper - go forward! ?
Survey helper - go forward! est une extension Chrome développée par https://actiondialog.se, et sa fonction principale est "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Survey helper - go forward!
Téléchargez les fichiers d'extension Survey helper - go forward! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Survey helper - go forward! |
ID | knahcehggigdooimkihojckjphkloach |
URL Officiel | 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) |
Taille du Fichier | 11.08 KB |
Nombre d'Installations | 408 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2015-03-03 |
Date de Publication | 2015-03-03 |
Évaluation | 1.73/5 Total 22 Évaluations |
Développeur | https://actiondialog.se |
Type de Paiement | free |
Langues Prises en Charge | 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 } |