Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"hiver-logger.js",
"src\/trusted-type-policy.js",
"grexit.js"
],
"matches": [
"http:\/\/mail.google.com\/mail*",
"https:\/\/mail.google.com\/mail*",
"http:\/\/mail.google.com\/a\/*",
"https:\/\/mail.google.com\/a\/*"
]
}
],
"description": "Hiver in Gmail unifies communication channels, apps, and data into one intuitive platform for effortless customer support.",
"icons": {
"16": "square_16.png",
"48": "square_48.png",
"128": "square_128.png"
},
"manifest_version": 3,
"name": "Hiver in Gmail: AI-powered customer service platform",
"permissions": [
"scripting",
"contextMenus"
],
"host_permissions": [
"*:\/\/mail.google.com\/*"
],
"short_name": "Manage Customer Service in Gmail",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "7.4.38",
"web_accessible_resources": [
{
"resources": [
"src\/*",
"build\/*",
"square_16.png"
],
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/hiverhq.com\/*"
]
}
]
}