ServiceTick Survey Toggle

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

ServiceTick Survey Toggle là gì?

ServiceTick Survey Toggle là một tiện ích mở rộng Chrome được phát triển bởi ServiceTick, và tính năng chính của nó là "This extension toggles between saving / not saving responses on ServiceTick surveys.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ServiceTick Survey Toggle

Tải xuống các tệp mở rộng ServiceTick Survey Toggle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ServiceTick Survey Toggle ServiceTick Survey Toggle
ID mhpafiggdadahlgonobbjnfjminfgapm
URL Chính Thức https://chromewebstore.google.com/detail/servicetick-survey-toggle/mhpafiggdadahlgonobbjnfjminfgapm
Mô tả This extension toggles between saving / not saving responses on ServiceTick surveys.
Kích Thước Tệp 15.27 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-03-09
Ngày Phát Hành 2017-03-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ServiceTick
Loại Thanh Toán free
Trang Web Mở Rộng http://www.servicetick.com
URL Trang Trợ Giúp http://www.servicetick.com/contact/
URL Trang Chính Sách Bảo Mật http://www.servicetick.com/privacy-cookies
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}