我正在为 Webex 卡 API 发送操作集中的 URL。这将在一个新选项卡中打开。有没有办法发送 JS 参数,以便它在没有工具栏的自定义窗口大小中打开?
"type": "ActionSet",
"horizontalAlignment": "Right",
actions": [
{
"type": "Action.OpenUrl",
"title": "Edit CID",
"url": str("https://www.Casemon.com="+CID_ID+ "&Source=CaseMon")
]
}