Chromebook Recovery Utility
Create recovery media for your Chromebook.
What is Chromebook Recovery Utility?
Chromebook Recovery Utility is a Chrome extension developed by google.com, and its main feature is "Create recovery media for your Chromebook.".
Extension Screenshots
Download Chromebook Recovery Utility Extension CRX File
Download Chromebook Recovery Utility 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 is a Chrome Extension for the Chromebook Recovery. Use this tool on M55+ Chromebooks, Windows, and Mac devices to create recovery media. Instructions on how to use the tool can be found here: https://support.google.com/chromebook/answer/6002417 By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Extension Basic Information
Name | Chromebook Recovery Utility |
ID | pocpnlppkickgojjlmhdmidojbmbodfm |
Official URL | https://chromewebstore.google.com/detail/chromebook-recovery-utili/pocpnlppkickgojjlmhdmidojbmbodfm |
Description | Create recovery media for your Chromebook. |
File Size | 1.87 MB |
Installation Count | 2,000,000 |
Current Version | 0.2.3 |
Last Updated | 2024-02-16 |
Publish Date | 2020-10-15 |
Rating | 2.31/5 Total 934 Ratings |
Developer | google.com |
[email protected] | |
Payment Type | free |
Supported Languages | id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_title": "Recovery Extension Tool" }, "background": { "service_worker": "background_ext.js" }, "default_locale": "en", "description": "__MSG_APP_DESCRIPTION__", "host_permissions": [ "https:\/\/dl.google.com\/dl\/edgedl\/chromeos\/recovery\/recovery2.json", "https:\/\/dl.google.com\/dl\/edgedl\/chromeos\/recovery\/cloudready_recovery2.json", "https:\/\/www.google-analytics.com\/" ], "icons": { "16": "img\/icons\/icon16.png", "32": "img\/icons\/icon32.png", "48": "img\/icons\/icon48.png", "64": "img\/icons\/icon64.png", "96": "img\/icons\/icon96.png", "128": "img\/icons\/icon128.png", "256": "img\/icons\/icon256.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjuIPEICLeLkJdL0iTs5jpZiPrYAj7BU9EgNHhI\/kFuYa\/al8M8qBEIsUgk77C476zij\/IBj+59mXhymca7ENhsrMMK7U5InfAVMYg2VUJxkaeFG3yPn1ven4TLRAC1sAK7B1MOBlLNZ1DeR\/+MhYM0YvlrcxGCYULCxzG8W+qCe8nrsBdPJ7okp9FCWnwWVxkwj4rebmKiOPF+SfB6iTfbWN8UHa1CHdTsC69OX2AX9m5aAFVJFItgTwOdGgJMqlNKsUSjO1ZuO0KAAlwWMbX5IHU8FAhXvLxgEzshQZKFhp\/z1jgB76jwBYelkpLH8ydvbrH9hRzJr8lZFqoO5HUwIDAQAB", "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_APP_NAME__", "permissions": [ "chromeosInfoPrivate", "feedbackPrivate", "fileSystem", "imageWriterPrivate", "metricsPrivate", "storage" ], "short_name": "__MSG_APP_SHORT_NAME__", "version": "0.2.3" } |