ServiceTick Survey Toggle

This extension toggles between saving / not saving responses on ServiceTick surveys.

¿Qué es ServiceTick Survey Toggle?

ServiceTick Survey Toggle es una extensión de Chrome desarrollada por ServiceTick, y su función principal es "This extension toggles between saving / not saving responses on ServiceTick surveys.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ServiceTick Survey Toggle

Descarga archivos de extensión ServiceTick Survey Toggle en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/.                    

Información Básica de la Extensión

Nombre ServiceTick Survey Toggle ServiceTick Survey Toggle
ID mhpafiggdadahlgonobbjnfjminfgapm
URL Oficial https://chromewebstore.google.com/detail/servicetick-survey-toggle/mhpafiggdadahlgonobbjnfjminfgapm
Descripción This extension toggles between saving / not saving responses on ServiceTick surveys.
Tamaño del Archivo 15.27 KB
Cantidad de Instalaciones 30
Versión Actual 1.2
Última Actualización 2017-03-09
Fecha de Publicación 2017-03-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador ServiceTick
Tipo de Pago free
Sitio Web de la Extensión http://www.servicetick.com
URL de la Página de Ayuda http://www.servicetick.com/contact/
URL de la Página de Política de Privacidad http://www.servicetick.com/privacy-cookies
Idiomas Soportados 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"
    ]
}