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",
"version": "1.4.33",
"manifest_version": 3,
"name": "CoSupport AI",
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-32.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.zendesk.com\/*"
],
"js": [
"content.zendesk.bundle.js"
],
"css": [
"content.styles.css"
]
},
{
"matches": [
"https:\/\/*.freshdesk.com\/*"
],
"js": [
"content.freshdesk.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"permissions": [
"storage",
"background",
"tabs",
"identity"
],
"host_permissions": [
"https:\/\/*.zendesk.com\/*",
"https:\/\/*.freshdesk.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-32.png",
"semantria-real-icon.svg",
"warn-icon.svg",
"cosupport-icon.svg"
],
"matches": [
"https:\/\/*.zendesk.com\/*",
"https:\/\/*.freshdesk.com\/*"
]
}
],
"oauth2": {
"client_id": "678176513337-ppibg2ltaibnvobdldk9rleak8esbpiu.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"description": "CoSupport AI Agent \u2014 an AI assistant that generates ready-to-go reply suggestions for support agents."
}