HP Support Assistant for ChromeOS
HP Support Assistant allows the customer to maintain their device health, find troubleshooting options, and contact support.
HP Support Assistant for ChromeOS란 무엇입니까?
HP Support Assistant for ChromeOS은(는) HP Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HP Support Assistant allows the customer to maintain their device health, find troubleshooting options, and contact support."입니다.
확장 프로그램 스크린샷
HP Support Assistant for ChromeOS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HP Support Assistant Chrome OS is HP's official simple and user-friendly customer support app that provides various diagnostic tools and many different support options for HP Chrome devices. With this extension, you can experience the app via the URL (listed below), launch the experience as an application, and pin the application to your Chrome taskbar. This application allows you to access real-time health information on your device by running in-app diagnostic tools. These diagnostic tools allow you to check your statuses such as your battery state, your system memory state, your CPU (Central Processing Unit) state, and more. The battery test allows you to gain insights into the health of your battery to determine if your power source is charging at the rate optimally. The system memory diagnostic tool allows you to monitor your memory health. HP Support Assistant also makes it easy to access your warranty information while providing customer support options based on your geographic location. You can also create and manage your support cases. If you are having trouble with your device and would like to get guided troubleshooting the automated Virtual Assistant is available for you at all times. HP Support Assistant Chrome OS is available on most Chrome devices. However, if you are seeing an incompatibility message, please click here to learn more: https://support.hp.com/us-en/document/c08206157 HP Support Assistant Chrome OS Requirements: • Must be using OS Version - M99 or later • Chrome Device • Chrome Browser Once you have downloaded the extension. Launch the official application here: https://hpcs-appschr.hpcloud.hp.com/ HP Support Assistant is also available for Windows and Mobile devices. Check out our support page for more information: https://support.hp.com/us-en/help/hp-support-assistant
확장 프로그램 기본 정보
이름 | HP Support Assistant for ChromeOS |
ID | alnedpmllcfpgldkagbfbjkloonjlfjb |
공식 URL | https://chromewebstore.google.com/detail/hp-support-assistant-for/alnedpmllcfpgldkagbfbjkloonjlfjb |
설명 | HP Support Assistant allows the customer to maintain their device health, find troubleshooting options, and contact support. |
파일 크기 | 47.61 KB |
설치 횟수 | 11,957 |
현재 버전 | 1.7.4 |
최근 업데이트 | 2023-09-18 |
출시 날짜 | 2022-06-04 |
평점 | 3.00/5 총 9 개의 평점 |
개발자 | HP Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://hpcs-appschr.hpcloud.hp.com |
지원되는 언어 | de,en,en-US,fr,nl,no,tr,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm6NnMxmC5iaSFAILkuIkGXllW1Tie3AW+7Ty3R3sbQ7EVNG3HtFIG7jbJIvSko+lrTa1U1VveOXZw1u3y1T49ihR2XFU0w6+3OAXzjuUimKUviGao6EN4KfCegtKyDQnMw0zATBisqBxrPLzGBXxP\/AhxH2OGgyyioVOzoCF+rnBY7ed+Wh+mPI7s9lrECeisUHHM5xbHXXgr8bnvt3U27jnsctwJWKHfcbd3rpMJwBfOmPfuQ0MZvySVkTr\/WYeemkwR8\/4mek9\/UIGMB8X+mXdU9OV\/qhylqy6FzRw\/FdV+RcmzAwEgNmhgXP7TwtFBsUdtTIe2Kio26ciK7PSKwIDAQAB", "name": "__MSG_extName__", "version": "1.7.4", "description": "__MSG_extDescription__", "manifest_version": 3, "default_locale": "en", "permissions": [ "os.diagnostics", "os.telemetry", "os.telemetry.serial_number" ], "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "chromeos_system_extension": [], "background": { "service_worker": "sw.js" }, "externally_connectable": { "matches": [ "https:\/\/hpcs-appschr.hpcloud.hp.com\/*" ] } } |