CareStack

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

CareStackคืออะไร?

CareStack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Carestack และคุณลักษณะหลักของมันคือ "Helps you to capture issues and effectively report them to CareStack Support"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CareStack

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}