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)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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! 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
}