【发布时间】:2020-08-11 15:56:22
【问题描述】:
我正在尝试将 Chrome 扩展程序发布到 Chrome 网上应用店,但 Google 似乎在审核时拒绝了它。他们给我的信息是 -
Your item did not comply with the following section of our Programme policies:
'User Data Privacy'
Your product violates the 'Use of Permissions' section of the policy, which requires that you:
Request access to the narrowest permissions necessary to implement your product’s features or services.
If more than one permission could be used to implement a feature, you must request those with the least access to data or functionality.
Don't attempt to 'future proof' your product by requesting a permission that might benefit services or features that have not yet been implemented.
在我的清单文件中 - 我有 "permissions": ["activeTab", "declarativeContent", "storage"],
在我的描述中,我添加了 - This extension will fetch the key's - Tenant ID and your Token from your browser's stored local storage when the page is loaded and display and copy it.
不确定,为什么会被拒绝。我不确定这个问题是否适合在这里问,但如果有人知道我需要改变什么,我想试一试。
任何帮助将不胜感激。谢谢!!
【问题讨论】:
-
这是网上商店的审查过程模糊和反人类的问题,而不是编程问题,所以这里是题外话。尝试在 Google 的产品论坛上提问,例如 this one,最好附上您的扩展程序或发布指向源存储库的链接。
-
好的,感谢您提供的信息。我不确定这是否是提出这个问题的正确渠道,因此我在上面说了,但只是想看看是否有人有任何想法。很抱歉。
-
我们的插件也面临同样的问题。你上面的问题解决了吗?请建议。谢谢!
标签: javascript html google-chrome google-chrome-extension local-storage