“Chrome extension throws CRX file Error ”CRX_REQUIRD_PROOF_MISSING"

后端 未结 3 667
余生分开走
余生分开走 2021-02-07 22:06

I have Chrome extension and create the crx file using developer mode. I uploaded the crx file to some internal url (www.xyz.com/internal.crx).

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-07 22:22

    As of December 2020. Only 4 possible option to install extension.

    1. Get a signed CRX file from Google web store.

    2. Use Chromium to install CRX file in developer mode.

    3. Import extension's directory as unpacked extension.

    4. Modify/Configure ExtensionSettings policy as in documented here.

    I preferred option 2, as I am a private person. And option 4 in enterprise settings.

    In some cases it is not advisable or not feasible to submit the browser extension for Google certification.

提交回复
热议问题