我正在尝试将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.
不确定,为什么它被拒绝。我不确定这个问题是否适合在这里提出,只是想尝试一下是否有人对我需要更改的内容有所了解。
任何帮助将不胜感激。谢谢!
答案 0 :(得分:-1)
我的意思是,这可能是因为您说它需要“本地存储”以及谷歌在其“用户数据隐私”中所说的其他“ ify”权限。他们在该段中说,您必须尝试最小化扩展程序所需的许可数量。尝试改写它,看看是否有帮助。 ?祝你好运!