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
官方網址 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": [
        ""
    ]
}