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!はhttps://actiondialog.seによって開発されたChromeの拡張機能で、その主な機能は「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!拡張機能のCRXファイルをダウンロード
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 } |