OnHub Recovery Utility

Create a recovery USB drive for your OnHub.

Vad är OnHub Recovery Utility?

OnHub Recovery Utility är en Chrome-tillägg utvecklad av google.com, och dess huvudfunktion är "Create a recovery USB drive for your OnHub.".

Tilläggsskärmbilder

screenshot

Ladda ner OnHub Recovery Utility-förlängningens CRX-fil

Ladda ner OnHub Recovery Utility-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Onhub Chrome Extension for Recovery Utility.

Use this tool on M55+ Chromebooks, Windows, and Mac devices to create a recovery USB drive for OnHub. Instructions on how to use the tool can be found here: https://support.google.com/onhub/answer/6274977

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Grundläggande Information om Tillägg

Namn OnHub Recovery Utility OnHub Recovery Utility
ID fmgkgdalfapcmjnanilfcpkhkhedmpdm
Officiell webbadress https://chromewebstore.google.com/detail/onhub-recovery-utility/fmgkgdalfapcmjnanilfcpkhkhedmpdm
Beskrivning Create a recovery USB drive for your OnHub.
Filstorlek 1.77 MB
Antal Installationer 14,670
Aktuell Version 0.2.1
Senast Uppdaterad 2022-06-23
Publiceringsdatum 2020-10-15
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare google.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    },
    "author": "[email protected]",
    "background": {
        "service_worker": "background_on_hub_ext.js"
    },
    "default_locale": "en",
    "description": "__MSG_APP_DESCRIPTION_ON_HUB__",
    "host_permissions": [
        "https:\/\/dl.google.com\/dl\/edgedl\/chromeos\/recovery\/onhub_recovery.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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1zZHSHHzfH21qGr1aPP2yZz7De5FfoE+W\/4LdwpUYIo3HIIGlP8kOeDB\/a+tJrOGXT4Si2AbknT6Xy\/jhThiiDfIPVOQ91rK4Gilv8lXJUHZxeIylCmOMKsLYzA6cho6tu1d7lWDdmRmyJOls\/qBAxrEnCBWYX744FK2A0tybL8XcMW4NQvKAu7jWchmF9q7rAAX+ofsGuQHlt1D0NLF+yAKgpjm+nv0k+QK9CbdOY2ov7dMAl4GgG8JhfImj14TepvdwQY3foZk5Z5jltGIFkNwHYf3pwhOGIn0nO+t23wIV9W81b3jvWXkhe1XwnhHYcbA5TxuC88nYJ9yfeyFfQIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_APP_NAME_ON_HUB__",
    "permissions": [
        "chromeosInfoPrivate",
        "feedbackPrivate",
        "fileSystem",
        "imageWriterPrivate",
        "metricsPrivate",
        "storage"
    ],
    "short_name": "__MSG_APP_SHORT_NAME__",
    "version": "0.2.1"
}