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)
Τι είναι το Survey helper - go forward!;
Το Survey helper - go forward! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://actiondialog.se, και η κύρια λειτουργία του είναι "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Survey helper - go forward!
Λήψη αρχείων επέκτασης Survey helper - go forward! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Survey helper - go forward! |
ID | knahcehggigdooimkihojckjphkloach |
Επίσημο URL | https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach |
Περιγραφή | Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right) |
Μέγεθος Αρχείου | 11.08 KB |
Αριθμός Εγκαταστάσεων | 408 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2015-03-03 |
Ημερομηνία Δημοσίευσης | 2015-03-03 |
Αξιολόγηση | 1.73/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | https://actiondialog.se |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |