Configure contact email in chrome web store

Viewed 3212

I can't publish my chrome extension because it says "You must provide a contact email before you can publish any item."

I entered my E-Mail Address but it still does not work. Does anyone know how to configure that?

I published extensions successfully in the past, but apparently there was a policy change.

Here is the error message:

error message

And here the config i did:

enter image description here

3 Answers

They overhauled their dashboard and this was hella confusing for me.

You need to click the header, and then account, and then you can find the email address here: enter image description here

I faced same issue but it works after re-login.

As aforementioned by Haru you'll need to re-login to fix it. To itemize, here is how you can fix it:

  1. Head to your Google Chrome Developer Dashboard
  2. On the top left, click on the collapsible menu (three bars icon)
  3. Choose the second option: "account"
  4. Under the heading "Profile" add your email.
  5. On the top right, click on your profile picture.
  6. A small screen will popup. Choose the option at the bottom: "logout"

Now when you login it will be working as expected.

Related