Skip to main content
PATCH
Update chrome extensions for multiple profiles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
profileIds
string[]
required

List of profile IDs to update.

Example:
chromeExtensionIds
string[]
required

List of chrome extension IDs (oficial ID from chrome store) that you want to add to the profiles.

Example:
customExtensionIds
string[]
required

Gologin allows you to add custom chrome extensions (not published in chrome store) to the profiles. If you want to upload your custome extension - you need to upload it in out application. Should be empty if you dont want to add any custom extensions.

Example:
extensionsToRemove
string[]
required

List of chrome extension IDs that you want to remove from the profiles.

Example:

Response

204 - undefined