Update chrome extensions for multiple profiles
Profile
Update chrome extensions for multiple profiles
Updates the chrome extensions for multiple profiles.
PATCH
Update chrome extensions for multiple profiles
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
List of profile IDs to update.
Example:
["6200f55e7685342e170dc531"]List of chrome extension IDs (oficial ID from chrome store) that you want to add to the profiles.
Example:
["nkbihfbeogaeaoehlefnkodbefgpgknn"]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:
["nkbihfbeogaeaoehlefnkodbefgpgknn"]List of chrome extension IDs that you want to remove from the profiles.
Example:
["nkbihfbeogaeaoehlefnkodbefgpgknn"]Response
204 - undefined