Meet Compute System Recovery Utility
Create a recovery USB drive for your Meet Compute System.
什麼是Meet Compute System Recovery Utility?
Meet Compute System Recovery Utility是由google.com開發的Chrome擴展程式,該擴展的主要功能是“Create a recovery USB drive for your Meet Compute System.”。
擴展截圖
下載Meet Compute System Recovery Utility擴展crx文件
下載Meet Compute System Recovery Utility擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a Chrome Extension for creating recovery media for your Meet Compute System. 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/meethardware/answer/10562922 By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
擴展基本資訊
名稱 | Meet Compute System Recovery Utility |
ID | odkacekibiibhidpiopcmgbgebkeoced |
官方網址 | https://chromewebstore.google.com/detail/meet-compute-system-recov/odkacekibiibhidpiopcmgbgebkeoced |
簡介 | Create a recovery USB drive for your Meet Compute System. |
檔案大小 | 4.92 MB |
安裝次數 | 7,511 |
目前版本 | 1.1.2 |
更新時間 | 2022-11-07 |
上架時間 | 2021-05-18 |
評分 | 3.33/5 共 3 次評分 |
開發者 | google.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://workspace.google.com/products/meet-hardware/ |
說明頁面URL | https://support.google.com/meethardware/answer/10562922 |
支援的語言 | 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 | |
{ "action": { "default_title": "Recovery Extension Tool" }, "author": { "email": "[email protected]" }, "background": { "service_worker": "background_workspace_hardware_ext.js" }, "default_locale": "en", "description": "__MSG_APP_DESCRIPTION_WORKSPACE_HARDWARE__", "host_permissions": [ "https:\/\/dl.google.com\/dl\/edgedl\/chromeos\/recovery\/workspaceHardware_recovery2.json", "https:\/\/www.google-analytics.com\/" ], "icons": { "128": "img\/icons\/icon_128.png", "16": "img\/icons\/icon_16.png" }, "manifest_version": 3, "minimum_chrome_version": "91.0.4472.26", "name": "__MSG_APP_NAME_WORKSPACE_HARDWARE__", "permissions": [ "chromeosInfoPrivate", "feedbackPrivate", "fileSystem", "imageWriterPrivate", "metricsPrivate", "storage" ], "short_name": "__MSG_APP_SHORT_NAME__", "version": "1.1.2", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |