ServiceTick Survey Toggle
This extension toggles between saving / not saving responses on ServiceTick surveys.
ServiceTick Survey Toggle क्या है?
ServiceTick Survey Toggle ServiceTick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension toggles between saving / not saving responses on ServiceTick surveys."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ServiceTick Survey Toggle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The ServiceTick Survey Toggle extension allows you to choose whether answers are submitted for ServiceTick web surveys, making it easy to test your surveys without recording responses in the database. Use the icon in the toolbar to toggle the status: Green icon = answers will be submitted. Red icon = answers will not be submitted. Ensure that the icon is in your desired mode BEFORE loading the survey. If you would like to learn more about using ServiceTick, visit http://www.servicetick.com/contact/.
एक्सटेंशन की मूल जानकारी
नाम | ServiceTick Survey Toggle |
ID | mhpafiggdadahlgonobbjnfjminfgapm |
आधिकारिक URL | https://chromewebstore.google.com/detail/servicetick-survey-toggle/mhpafiggdadahlgonobbjnfjminfgapm |
विवरण | This extension toggles between saving / not saving responses on ServiceTick surveys. |
फ़ाइल का आकार | 15.27 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-03-09 |
प्रकाशन तिथि | 2017-03-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ServiceTick |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.servicetick.com |
सहायता पृष्ठ URL | http://www.servicetick.com/contact/ |
गोपनीयता नीति पृष्ठ URL | http://www.servicetick.com/privacy-cookies |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ServiceTick Survey Toggle", "version": "1.2", "browser_action": { "default_icon": "iconon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "This extension toggles between saving \/ not saving responses on ServiceTick surveys.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webRequest", "*:\/\/*.servicetick.com\/SurveyPortal\/*", "*:\/\/*.servicetick.com\/surveyportal\/*", "webRequestBlocking", "storage" ] } |