HP Warranty
HP Warranty | Made by OUBRECHT.com
What is HP Warranty?
HP Warranty is a Chrome extension developed by https://oubrecht.com, and its main feature is "HP Warranty | Made by OUBRECHT.com".
Extension Screenshots
Download HP Warranty Extension CRX File
Download HP Warranty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This addon auto fill serial number to warranty form on HP by value "wFormSerialNumber" in URL. Works automaticly only with this examples URLs: https://support.hp.com/cz-cs/checkwarranty/?wFormSerialNumber=XXXXXXXX https://support.hp.com/us-en/checkwarranty/?wFormSerialNumber=XXXXXXXX https://support.hp.com/XX-XX/checkwarranty/?wFormSerialNumber=XXXXXXXX Real example URL: https://support.hp.com/us-en/checkwarranty/?wFormSerialNumber=5CG6143DG6 This is unofficial addon. This addon is only for companies whitch have some own computer inventory software and they need links for check warranty. Public person don't need this addon!
Extension Basic Information
Name | HP Warranty |
ID | ngjmbpedbmoanamdagechamkmpaaipch |
Official URL | https://chromewebstore.google.com/detail/hp-warranty/ngjmbpedbmoanamdagechamkmpaaipch |
Description | HP Warranty | Made by OUBRECHT.com |
File Size | 6.42 KB |
Installation Count | 47 |
Current Version | 4.0 |
Last Updated | 2023-01-27 |
Publish Date | 2022-07-28 |
Developer | https://oubrecht.com |
[email protected] | |
Payment Type | free |
Extension Website | https://oubrecht.com |
Help Page URL | https://oubrecht.com/kontakt.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HP Warranty", "version": "4.0", "description": "HP Warranty | Made by OUBRECHT.com", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/support.hp.com\/*" ], "js": [ "funkce.js" ] } ], "action": { "default_title": "HP Warranty | Made by OUBRECHT.com", "default_icon": "icon.png", "default_popup": "background.html" } } |