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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}