How do I transfer the ownership of a chrome extension?
Asked Answered
R

4

29

I am no longer working with the person who originally created my Chrome extension, and I need to manage and push updates to the extension for our current users.

Is there any way of transferring ownership? He is happy to do it, but has not been able to find a way.

Reichert answered 9/4, 2011 at 10:36 Comment(2)
A cautionary tale for anybody landing here and considering transferring ownership to an unknown partyKaceykachina
I'm voting to close this question as off-topic because it's a Google tech support question, not a programming question.Synaesthesia
E
44

You have to fill in some forms with Google.

You can find the Chrome Web Store account transfer request form here: http://support.google.com/chrome_webstore/bin/request.py?contact_type=dev_account_transfer

Evan answered 28/9, 2012 at 16:6 Comment(2)
current URL: support.google.com/chrome_webstore/contact/dev_account_transferOlson
hi is it affect existing customer or payments we're receiving?Perdue
I
8

You may create a Google Group and use it as your publisher. Remember that:

You can only set up group publishing once and create one group publisher account.

If you want to transfer extension to group, then:

  1. Select "All Publishers" in the dashboard.
  2. Under target group click "Transfer your existing item(s) to this publisher".

enter image description here

In practice I was able to share publishing access among group owners, not group participants, but you may experiment yourself.

Immobilize answered 14/3, 2018 at 12:22 Comment(0)
C
5

Assuming that we're talking about an extension hosted on Google's extension gallery, there's no mechanism for transferring ownership available in the developer dashboard. Transfers of ownership have to be done manually by someone internally. The extension's owner will need to send an email to the "chromium-extensions" group explaining the situation, and someone from the extensions team will get back with you relatively soon to get the details.

Until there's a better mechanism for this (multiple owners, for instance), I'd suggest that you create a new Google account to share between the extension's owners, and ask for that address to be assigned ownership.

Courtney answered 10/4, 2011 at 17:18 Comment(3)
Thanks Mike for your answer, i have sent a mail to the group.Reichert
hi is it affect existing customer or payments we're receiving?Perdue
Is this still the case? Can we now transfer ownership?Tintype
E
3

You can now transfer your extension by submitting this form:

https://support.google.com/chrome_webstore/contact/one_stop_support

Transfers can take up to 7 days

Evangelia answered 15/9, 2023 at 13:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.