HP Warranty
HP Warranty | Made by OUBRECHT.com
HP Warrantyとは何ですか?
HP Warrantyはhttps://oubrecht.comによって開発されたChromeの拡張機能で、その主な機能は「HP Warranty | Made by OUBRECHT.com」です。
拡張機能のスクリーンショット
HP Warranty拡張機能のCRXファイルをダウンロード
HP Warranty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | HP Warranty |
ID | ngjmbpedbmoanamdagechamkmpaaipch |
公式URL | https://chromewebstore.google.com/detail/hp-warranty/ngjmbpedbmoanamdagechamkmpaaipch |
説明 | HP Warranty | Made by OUBRECHT.com |
ファイルサイズ | 6.42 KB |
インストール数 | 47 |
現在のバージョン | 4.0 |
最終更新日 | 2023-01-27 |
公開日 | 2022-07-28 |
開発者 | https://oubrecht.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://oubrecht.com |
ヘルプページのURL | https://oubrecht.com/kontakt.php |
対応言語 | 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" } } |