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! là gì?
Survey helper - go forward! là một tiện ích mở rộng Chrome được phát triển bởi https://actiondialog.se, và tính năng chính của nó là "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Survey helper - go forward!
Tải xuống các tệp mở rộng Survey helper - go forward! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Survey helper - go forward! |
ID | knahcehggigdooimkihojckjphkloach |
URL Chính Thức | https://chromewebstore.google.com/detail/survey-helper-go-forward/knahcehggigdooimkihojckjphkloach |
Mô tả | Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right) |
Kích Thước Tệp | 11.08 KB |
Số Lần Cài Đặt | 408 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-03-03 |
Ngày Phát Hành | 2015-03-03 |
Đánh Giá | 1.73/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | https://actiondialog.se |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |