Import Extension

View as Markdown
Import a browser extension from a Chrome Web Store detail URL and return the simplified browser extension resource.

Authentication

AuthorizationBearer

Use Bearer <api-key>.

Request

This endpoint expects an object.
urlstringRequiredformat: "uri"
namestringOptional1-120 characters
subaccountIdstringOptional>=1 character

Response

Created
createdAtdatetime
format"crx"
idstringformat: "^ext_[A-Za-z0-9_-]+$"
namestring>=1 character
profileCountinteger0-9007199254740991
updatedAtdatetime
versionstring>=1 character
contentHashstringformat: "^sha256:[a-f0-9]{64}$"
sizeBytesinteger0-9007199254740991
sourceUrlstringformat: "uri"
subaccountIdstring>=1 character

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error