CareStack

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

Co je CareStack?

CareStack je rozšíření Chrome vyvinuté Carestack, a jeho hlavní funkcí je „Helps you to capture issues and effectively report them to CareStack Support“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření CareStack

Stáhněte si soubory rozšíření CareStack ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
Oficiální URL https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
Popis Helps you to capture issues and effectively report them to CareStack Support
Velikost souboru 1.91 MB
Počet instalací 1,768
Aktuální Verze 1.0.05
Poslední Aktualizace 2023-08-15
Datum Vydání 2023-02-04
Vývojář Carestack
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://carestack.com/
URL Stránky Nápovědy https://carestack.com/support/customer-onboarding/
URL Stránky Zásad Ochrany Soukromí https://carestack.com/legal/2020-1/privacypolicy
Podporované Jazyky 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": [
        ""
    ]
}