首页 > 解决方案 > 谷歌浏览器应用程序上传到应用商店但不显示添加到 Chrome 按钮

问题描述

我已经创建了一个 chrome 应用程序并上传到谷歌商店,但没有显示 chrome 添加按钮。

图像 1 图像 2


{
    "manifest_version": 2,
    "name": "eSignPanda",
    "version": "2.0",
    "description": "This app enables you to access eSignPanda",
    "icons": {
        "128": "favicon.png"
    },
    "app":{
        "urls": ["https://www.esignpanda.com/"],
        "launch":{
            "web_url": "https://www.esignpanda.com/#/ChromAppDriveApp"
        }
    },
    "offline_enabled": true
}

标签: google-chrome-app

解决方案


推荐阅读