CareStack

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

O que é CareStack?

CareStack é uma extensão do Chrome desenvolvida por Carestack, e sua principal característica é "Helps you to capture issues and effectively report them to CareStack Support".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CareStack

Baixe arquivos de extensão CareStack no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
URL Oficial https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
Descrição Helps you to capture issues and effectively report them to CareStack Support
Tamanho do Arquivo 1.91 MB
Contagem de Instalações 1,768
Versão Atual 1.0.05
Última Atualização 2023-08-15
Data de Publicação 2023-02-04
Desenvolvedor Carestack
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://carestack.com/
URL da Página de Ajuda https://carestack.com/support/customer-onboarding/
URL da Página de Política de Privacidade https://carestack.com/legal/2020-1/privacypolicy
Idiomas Suportados 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": [
        ""
    ]
}