ServiceTick Survey Toggle
This extension toggles between saving / not saving responses on ServiceTick surveys.
Qu'est-ce que ServiceTick Survey Toggle ?
ServiceTick Survey Toggle est une extension Chrome développée par ServiceTick, et sa fonction principale est "This extension toggles between saving / not saving responses on ServiceTick surveys.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ServiceTick Survey Toggle
Téléchargez les fichiers d'extension ServiceTick Survey Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/.
Informations de Base sur l'Extension
Nom | ServiceTick Survey Toggle |
ID | mhpafiggdadahlgonobbjnfjminfgapm |
URL Officiel | https://chromewebstore.google.com/detail/servicetick-survey-toggle/mhpafiggdadahlgonobbjnfjminfgapm |
Description | This extension toggles between saving / not saving responses on ServiceTick surveys. |
Taille du Fichier | 15.27 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-03-09 |
Date de Publication | 2017-03-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ServiceTick |
Type de Paiement | free |
Site Web de l'Extension | http://www.servicetick.com |
URL de la Page d'Aide | http://www.servicetick.com/contact/ |
URL de la Page de Politique de Confidentialité | http://www.servicetick.com/privacy-cookies |
Langues Prises en Charge | 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" ] } |