CareStack

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

CareStack क्या है?

CareStack Carestack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you to capture issues and effectively report them to CareStack Support"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CareStack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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