Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I transfer the ownership of a chrome extension?

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.

like image 906
JulienH Avatar asked Apr 09 '11 10:04

JulienH


People also ask

Can you transfer Chrome extensions to another computer?

Export Chrome Extensions as CRX FilesIf you want to export Chrome extensions manually, you have to enable 'Developer mode' in the browser and pack the extension in a CRX file. CRX is a file that Chrome automatically downloads and installs when you add an extension.


3 Answers

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

like image 97
Eduardo Fernández Avatar answered Oct 21 '22 04:10

Eduardo Fernández


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.

like image 32
ilyaigpetrov Avatar answered Oct 21 '22 03:10

ilyaigpetrov


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.

like image 29
Mike West Avatar answered Oct 21 '22 05:10

Mike West