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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |