7

I have created a Chrome extension. By default it took my Gmail id in the "from xyzpqr".

CWS listing

How can I change my Gmail id to something different?

Xan
  • 74,770
  • 16
  • 179
  • 206
user1853803
  • 649
  • 3
  • 8
  • 27

1 Answers1

8

You can set the displayed name (per publisher account, not per item) at your Developer Dashboard:

Developer Dashboard options

Exceptions to the rule:

  1. If your Webstore item is associated with a verified website, say http://example.com/, it will display "offered by example.com" with no possibility to change it except for removing the association.

  2. You can be part of, and create, Group Publishing accounts. Items transferred to Group Publishing accounts have an independent display name.
    Make sure you read the documentation thoroughly before you use this feature, as it is in many ways irreversible! (for example, you can't transfer items back, and you can ever create only one such account)

Xan
  • 74,770
  • 16
  • 179
  • 206
  • Don't forget to mark the answer as accepted if it helped you; to get a tracker ID for the web store listing, just go to http://www.google.com/analytics/ and register a new property. – Xan Jul 21 '14 at 11:52
  • @Xan how can I associate my webstore item with a verified website. Thanks? – PyQL Jul 27 '18 at 08:43
  • @PyQL See this question: https://stackoverflow.com/questions/25920728/how-to-specify-verified-site-to-a-chrome-app - I'll add that to the answer. – Xan Jul 27 '18 at 08:46