ServiceTick Survey Toggle
This extension toggles between saving / not saving responses on ServiceTick surveys.
Cos'è ServiceTick Survey Toggle?
ServiceTick Survey Toggle è un'estensione di Chrome sviluppata da ServiceTick, e la sua funzione principale è "This extension toggles between saving / not saving responses on ServiceTick surveys.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ServiceTick Survey Toggle
Scarica i file di estensione ServiceTick Survey Toggle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/.
Informazioni di Base sull'Estensione
Nome | ServiceTick Survey Toggle |
ID | mhpafiggdadahlgonobbjnfjminfgapm |
URL Ufficiale | https://chromewebstore.google.com/detail/servicetick-survey-toggle/mhpafiggdadahlgonobbjnfjminfgapm |
Descrizione | This extension toggles between saving / not saving responses on ServiceTick surveys. |
Dimensione del File | 15.27 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-03-09 |
Data di Pubblicazione | 2017-03-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ServiceTick |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.servicetick.com |
URL della Pagina di Aiuto | http://www.servicetick.com/contact/ |
URL della Pagina della Politica sulla Privacy | http://www.servicetick.com/privacy-cookies |
Lingue Supportate | 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" ] } |