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 |
公式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" ] } |