ServiceTick Survey Toggle
This extension toggles between saving / not saving responses on ServiceTick surveys.
Co je ServiceTick Survey Toggle?
ServiceTick Survey Toggle je rozšíření Chrome vyvinuté ServiceTick, a jeho hlavní funkcí je „This extension toggles between saving / not saving responses on ServiceTick surveys.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ServiceTick Survey Toggle
Stáhněte si soubory rozšíření ServiceTick Survey Toggle ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/.
Základní Informace o Rozšíření
Název | ServiceTick Survey Toggle |
ID | mhpafiggdadahlgonobbjnfjminfgapm |
Oficiální URL | https://chromewebstore.google.com/detail/servicetick-survey-toggle/mhpafiggdadahlgonobbjnfjminfgapm |
Popis | This extension toggles between saving / not saving responses on ServiceTick surveys. |
Velikost souboru | 15.27 KB |
Počet instalací | 30 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2017-03-09 |
Datum Vydání | 2017-03-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | ServiceTick |
Typ Platby | free |
Webové stránky Rozšíření | http://www.servicetick.com |
URL Stránky Nápovědy | http://www.servicetick.com/contact/ |
URL Stránky Zásad Ochrany Soukromí | http://www.servicetick.com/privacy-cookies |
Podporované Jazyky | 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" ] } |