gpt4 book ai didi

google-chrome-extension - Google Chrome 商店 - 加载项不断被拒绝

转载 作者:行者123 更新时间:2023-12-01 13:11:44 25 4
gpt4 key购买 nike

我对此感到非常沮丧,所以我希望有人遇到过类似的事情,并且可能能够对我如何继续提供一些好的建议。

我开发了一个 Google Chrome 插件,它是我们公司的书签工具。安装后,用户拥有我们公司的最新链接(在交互式下拉菜单中)。它已经在 Chrome 商店中发布给内部用户,并且已经完成了大约 6 次重大更新。

后端:
-HTML & CSS -没有 JS 或任何复杂的东西,一个非常简单的插件

问题:
- 我最近更新并添加了一些新的书签链接到 html 文件以及一些小的设计更改。
- 我在开发者仪表板中上传了最新的打包版本并尝试发布它。
- 每次我尝试发布它都会进入“待定”状态。我已经习惯了,但是,我认为这是手动审查(每次发布大约需要 3-7 天),并被以下声明拒绝:

Your item did not comply with the following section of our Program Policies:

"Spam and Placement in the Store"

Items should work and provide some functionality upon installation.

Items should provide the promised functionality that aligns with the description of the item.

Please review your item and make necessary changes so that it provides the function/service included in >the item’s description.



现在已经被拒了3次了。我第一次检查我的代码并确保它是干净的。第二次和第三次我一直在添加到商店中的描述并在 list 中交替描述。上次我再次检查 list 以确保它是合规的,而且看起来是这样。不过这对我来说很奇怪,因为之前的描述从来都不是问题,所以不确定我为什么会被标记。

有没有人遇到过这个并且有任何建议可以通过这个?我很害怕再次发布,因为他们暂停了经常重新发布的帐户。

附言多次联系谷歌但没有收到回复(并不惊讶)

以防万一,商店页面列表信息:

Name: CompanyName My Department's Bookmarks

Short name: Not specified in manifest

Manifest Description: Navigate throughout "departmentnames" core sites and have access to the Latest > News Spotlight.

Detailed Description: The "department" Bookmarks tool is a Google Chrome extension which has the "department" experience in one central area.

Why have the extension?

The "department" Bookmark tool saves you time and effort! Don't spend your time hunting for information any longer!

Key Components: - The entire "department" experience in one central area. - Latest news Spotlight: View and submit the latest "department" news for your fellow colleagues to see.

Description lists all the content within.



list :
 {

"manifest_version": 2,
"name": "Company My Dept Bookmarks",
"version": "1.81",

"description": "Navigate throughout Dept core sites and have access to the > Latest News Spotlight.",
"icons": { "default_icon": "icon.png" },

"browser_action": {

"default_icon": {

"icon": "icon.png"

},

"default_title": "Dept Bookmarks",

"default_popup": "popup.html"

},
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"

}```


最佳答案

我在企业专用的 chrome 扩展上也有类似的经历,尽管原因略有不同。该扩展需要提升权限,并与员工使用的 Web 应用程序的 UI 进行大量交互。

我将分享一些我们用来获得批准扩展的技巧,尽管它总是经过审核,大约需要 5 个工作日才能获得批准。

  • 由于扩展仅适用于公司员工,因此它在 chrome 商店中“未列出”。使用组策略,我们从 Chrome 商店下载扩展并将其安装在员工的机器上。
  • 我们添加了包含我们公司 Logo 和说明扩展名的文本的屏幕截图,仅适用于我们公司的员工,不供公众使用。
  • 在我们的 list 中,我们解释了扩展程序的作用,并重申它仅适用于我们公司的员工,而不是供公众使用。

  • 对于我们的场景,这些项目似乎让 Google 满意。也就是说,您可以探索其他分发方法。详情在这里: https://developer.chrome.com/apps/external_extensions

    祝你好运!

    关于google-chrome-extension - Google Chrome 商店 - 加载项不断被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59549839/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com