我在市场上发布小工具,但只有域用户可以安装它......当我点击“安装”时......市场问我域 ID 和密码......每个用户都不能安装这个小工具......有没有我的小工具可以安装每个 gmail 用户。
这是我的 manifest.json
{
"manifest_version": 2,
"name": "unsendMe",
"version": "0.0.0.2",
"description": "Grab the contact of the mail sender and save .",
"icons": {
"128": "ICON_PLACE3 (2) (Custom) (2).png",
"16": "ICON_PLACE3 (2) (Custom).png"
},
"container": ["DOMAIN_INSTALLABLE"],
"api_console_project_id": "xxxxxxxxxxxx[app id]"
}