CareStack

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

CareStackとは何ですか?

CareStackはCarestackによって開発されたChromeの拡張機能で、その主な機能は「Helps you to capture issues and effectively report them to CareStack Support」です。

拡張機能のスクリーンショット

screenshot
screenshot

CareStack拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        ""
    ]
}