Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SAP CX AI Toolkit", "version": "1.10.0", "description": "Work faster with an AI copilot that truly understands your business", "action": { "default_popup": "index.html", "default_icon": "images\/joule_icon.png" }, "icons": { "16": "images\/joule_icon.png", "48": "images\/joule_icon48.png", "128": "images\/joule_icon128.png" }, "permissions": [ "alarms", "background", "cookies", "scripting", "storage", "tabs" ], "host_permissions": [ "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/ai-assistant-usea-prod-api.cxai.cloud.sap\/*", "*:\/\/ai-assistant-usea-prod.cxai.cloud.sap\/*", "*:\/\/ai-assistant-dewc-prod-api.cxai.cloud.sap\/*", "*:\/\/ai-assistant-dewc-prod.cxai.cloud.sap\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.office.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "apps\/sidepanel.html", "images\/maximus-actionbutton.png" ], "matches": [ "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.office.com\/*" ] } ] }