26

I've done plenty of searching and I can't find ANY information about having multiple developers working on a Chrome extension.

Basically, I just want to grant another developer access to manage my Chrome extension in the Chrome Developers Dashboard. (ie so that it is listed in their Chrome developer Dashboard and they can publish it/change the logo etc).

Rob W
  • 341,306
  • 83
  • 791
  • 678
soupy1976
  • 2,787
  • 2
  • 26
  • 34

1 Answers1

23

EDIT 6 Aug 2013 - The Group Publishing feature allows organisations to create a group such that the extensions can be managed by multiple developers. For more info, see Group Publishing.


Old answer

An extension in the Chrome Web Store can be managed by only one Google account.

  • If you want to have multiple developers manage the extension, create a Google account for your company, pay 5$ to get the right to publish and share the credentials within the company.
  • If you want to transfer ownership of an extension to another account, fill in this form.

Assets (screenshots) are usually not updated very often. On the other hand, it's common to update the extension's source code and description, so letting the main developer manage the extension listing makes sense.

edibleEnergy
  • 1,739
  • 1
  • 13
  • 15
Rob W
  • 341,306
  • 83
  • 791
  • 678
  • 1
    It seems you can publish extensions to your domain / company without paying the developer fee. But the publishing group option is not available, is it necessary to pay the fee in order to create a publishing group even if the publishing group can only publish to the domain? – jonathanwiesel Jul 06 '18 at 11:57
  • 1
    This does not work anymore. There is no such option for group publishing in the newly updated Chrome dashboard (as of 24 Sep 2018). – Sarang Sep 24 '18 at 13:11
  • 1
    You can use the old dashboard though. – CherryDT Feb 03 '19 at 14:05
  • 2
    @jonathanwiesel I know it is over a year ago that you asked your question. I did not see the option to enable group publishing before I paid the developers fee. I do see the option after I paid the developers fee. So it seems like you need to pay the developers fee before you can use this option. – Erik van den Hoorn Nov 06 '19 at 09:21