CareStack

Helps you to capture issues and effectively report them to CareStack Support

CareStack là gì?

CareStack là một tiện ích mở rộng Chrome được phát triển bởi Carestack, và tính năng chính của nó là "Helps you to capture issues and effectively report them to CareStack Support".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng CareStack 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 CareStack Extension allows CareStack application users to effectively record and report issues directly to our support team. When initiated, It will help you record your screen and provide a voice-over about the issue while navigating through the application. This will help us to easily identify the problem and provide you with a quicker solution.

While you record the screen, The extension has the ability to collect other information such as: 
Network Speed 
Network Calls with Request and Response
Console Logs 
System CPU Parameters                    

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

Tên CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
URL Chính Thức https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
Mô tả Helps you to capture issues and effectively report them to CareStack Support
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 1,768
Phiên Bản Hiện Tại 1.0.05
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2023-02-04
Nhà Phát Triển Carestack
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://carestack.com/
URL Trang Trợ Giúp https://carestack.com/support/customer-onboarding/
URL Trang Chính Sách Bảo Mật https://carestack.com/legal/2020-1/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CareStack",
    "description": "Helps you to capture issues and effectively report them to CareStack Support",
    "version": "1.0.05",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/static\/js\/content.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.carestackqa.com\/*",
            "*:\/\/*.carestack.com\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "webRequest",
        "debugger",
        "cookies",
        "storage",
        "system.cpu"
    ],
    "action": {
        "default_title": "CareStack"
    },
    "icons": {
        "16": ".\/assets\/brand.png",
        "32": ".\/assets\/brand.png",
        "48": ".\/assets\/brand.png",
        "128": ".\/assets\/brand.png"
    },
    "host_permissions": [
        ""
    ]
}