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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |