CareStack

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

什么是CareStack?

CareStack是由Carestack开发的Chrome扩展程序,该扩展的主要功能是“Helps you to capture issues and effectively report them to CareStack Support”。

扩展截图

screenshot
screenshot

下载CareStack扩展crx文件

下载CareStack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
官方URL https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
简介 Helps you to capture issues and effectively report them to CareStack Support
文件大小 1.91 MB
安装次数 1,768
当前版本 1.0.05
更新时间 2023-08-15
上架时间 2023-02-04
开发者 Carestack
电子邮箱 [email protected]
付费类型 free
扩展官网 https://carestack.com/
帮助页面URL https://carestack.com/support/customer-onboarding/
隐私政策页面URL https://carestack.com/legal/2020-1/privacypolicy
支持的语言 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": [
        ""
    ]
}