CareStack

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

What is CareStack?

CareStack is a Chrome extension developed by Carestack, and its main feature is "Helps you to capture issues and effectively report them to CareStack Support".

Extension Screenshots

screenshot
screenshot

Download CareStack Extension CRX File

Download CareStack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
Official URL https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
Description Helps you to capture issues and effectively report them to CareStack Support
File Size 1.91 MB
Installation Count 1,768
Current Version 1.0.05
Last Updated 2023-08-15
Publish Date 2023-02-04
Developer Carestack
Email [email protected]
Payment Type free
Extension Website https://carestack.com/
Help Page URL https://carestack.com/support/customer-onboarding/
Privacy Policy Page URL https://carestack.com/legal/2020-1/privacypolicy
Supported Languages 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": [
        ""
    ]
}