CareStack

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

Qu'est-ce que CareStack ?

CareStack est une extension Chrome développée par Carestack, et sa fonction principale est "Helps you to capture issues and effectively report them to CareStack Support".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CareStack

Téléchargez les fichiers d'extension CareStack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CareStack CareStack
ID gbfiomeamfkbfngolbmjdohlllbimpnd
URL Officiel https://chromewebstore.google.com/detail/carestack/gbfiomeamfkbfngolbmjdohlllbimpnd
Description Helps you to capture issues and effectively report them to CareStack Support
Taille du Fichier 1.91 MB
Nombre d'Installations 1,768
Version Actuelle 1.0.05
Dernière Mise à Jour 2023-08-15
Date de Publication 2023-02-04
Développeur Carestack
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://carestack.com/
URL de la Page d'Aide https://carestack.com/support/customer-onboarding/
URL de la Page de Politique de Confidentialité https://carestack.com/legal/2020-1/privacypolicy
Langues Prises en Charge 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": [
        ""
    ]
}