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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emulates a click on the next button in a survey. Default shortcut ALT-X (can be changed at Chrome extensions bottom right)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Survey helper - go forward! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |