r7kamura / amazon_url_shortener

Chrome extension to automatically shorten Amazon product URL.

Home Page:https://chrome.google.com/webstore/detail/amazon-url-shortener/bonkcfmjkpdnieejahndognlbogaikdg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disapproved 0.1.1

r7kamura opened this issue · comments

I received an email at 2020-11-02 19:27 (JST) titled:

Chrome ウェブストア: Amazon URL Shortener の不承認のお知らせ

The message body is like this (copy-pasted so some HTML information was left out, sorry):

Chrome Web Store

デベロッパー様

デベロッパー様が最近提出されたアイテムが残念ながら却下されたことをお知らせいたします。詳しくは下記をご覧ください。

アイテム名: Amazon URL Shortener

アイテム ID: bonkcfmjkpdnieejahndognlbogaikdg

違反:

キーワード スパム:

違反の参照 ID: Yellow Argon
違反事項: アイテムの説明に過剰かつ / または無関係なキーワードが含まれている。
修正方法: 過剰かつ / または無関係なキーワードを削除します。
プログラム ポリシーの関連セクション:
誤解を生じさせるメタデータ、誤った形式のメタデータ、説明的でないメタデータ、関連性のないメタデータ、過剰なメタデータ、不適切なメタデータ(拡張機能の説明、デベロッパー名、タイトル、アイコン、スクリーンショット、プロモーション画像を含むが、これらに限定されない)を含む拡張機能は許可されません。(詳細)

誤って処分が適用されたと思われる場合

こちらの サポートページ で違反の詳細を確認し、Google に連絡してください。

私たちは Chrome ウェブストア へのデベロッパー様の貢献を高く評価しており、デベロッパー様のアイテムが Google のポリシーを遵守するようになるためのお手伝いを喜んでいたします。

よろしくお願い申し上げます。

Chrome ウェブストア デベロッパー サポート

The item description I wrote in the application process was this:

### How it works

When you visit a long URL Amazon product page:

> https://www.amazon.com/Fire-Tablet-7/dp/B07HZQBBKL/ref=sr_1_1?dchild=1&keywords=Kindle&qid=1604166896&sr=8-1

this extension automatically rewrites the URL into a shorter one:

> https://www.amazon.com/dp/B07HZQBBKL

### Supported domains

- www.amazon.ae
- www.amazon.au
- www.amazon.ca
- www.amazon.cn
- www.amazon.co.jp
- www.amazon.co.uk
- www.amazon.com
- www.amazon.com.br
- www.amazon.com.br
- www.amazon.com.mx
- www.amazon.com.tr
- www.amazon.de
- www.amazon.es
- www.amazon.fr
- www.amazon.in
- www.amazon.it
- www.amazon.nl
- www.amazon.sa
- www.amazon.se
- www.amazon.sg

According to https://developer.chrome.com/webstore/spam-faq#keyword-spam, it must not include more than 5 URLs

How many sites/keywords/brands can be listed in the metadata?
At most five instances of a keyword. Keywords must be relevant to the extension’s purpose. Do not repeat brand names in the description. When listing supported websites or brands in the description, do not list more than five. To provide a longer list of brands or websites, provide a link that users can refer to or embed the list in one of the extension's promotional screenshots.

In other words,

違反事項: アイテムの説明に過剰かつ / または無関係なキーワードが含まれている。

appears to mean that this application violated to this section.

So, the next approach we should do is to update the description and reapply it.

The reason why I used the text above for this item description is that I thought it should be the same content with the usage section of README, and the domains where this extension will be enabled should be described in its usage for users. But, looking at this situation, it seems necessary to prepare a more "polite" description for Chrome Web Store.

Reapplied to Chrome Web Store with the carefully made description. The text copies I used there are located n https://github.com/r7kamura/amazon_url_shortener/tree/56c31c4865e0f21836e9403daebc240dd7c4dfb8/docs.

I'll close this issue because I finished all I can so all I have to do is wait. Maybe this issue will be reopened, I hope not, though.