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": [
        ""
    ]
}