CareStack

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

Hvad er CareStack?

CareStack er en Chrome-udvidelse udviklet af Carestack, og dens hovedfunktion er "Helps you to capture issues and effectively report them to CareStack Support".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CareStack-udvidelses-CRX-fil

Download CareStack-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
Officiel URL https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
Beskrivelse Helps you to capture issues and effectively report them to CareStack Support
Filstørrelse 1.91 MB
Antal Installationer 1,768
Nuværende Version 1.0.05
Senest Opdateret 2023-08-15
Udgivelsesdato 2023-02-04
Udvikler Carestack
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://carestack.com/
Hjælpeside-URL https://carestack.com/support/customer-onboarding/
URL til Fortrolighedspolitik Side https://carestack.com/legal/2020-1/privacypolicy
Understøttede Sprog 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": [
        ""
    ]
}