ServiceTick Survey Toggle
This extension toggles between saving / not saving responses on ServiceTick surveys.
什麼是ServiceTick Survey Toggle?
ServiceTick Survey Toggle是由ServiceTick開發的Chrome擴展程式,該擴展的主要功能是“This extension toggles between saving / not saving responses on ServiceTick surveys.”。
擴展截圖
下載ServiceTick Survey Toggle擴展crx文件
下載ServiceTick Survey Toggle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |