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",
"name": "Sugar Connect",
"description": "Effortlessly manage customer relationships and follow-up activities with Sugar in Gmail.",
"version": "1.56.6.104",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"http:\/\/mail.google.com\/*",
"https:\/\/calendar.google.com\/*",
"http:\/\/calendar.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"gmail-styles.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "assets\/images\/logo_symbol_128.png"
},
"icons": {
"128": "assets\/images\/logo_symbol_128.png"
},
"permissions": [
"notifications",
"tabs",
"storage"
],
"host_permissions": [
"https:\/\/connect.sugarapps.com\/*",
"https:\/\/connect.sugarapps.eu\/*",
"https:\/\/connect.sugarapps.com.au\/*",
"https:\/\/connect.sugarapps.uk\/*",
"https:\/\/proxy.connect.sugarapps.com\/proxy\/",
"https:\/\/proxy.connect.sugarapps.eu\/proxy\/",
"https:\/\/proxy.connect.sugarapps.com.au\/proxy\/",
"https:\/\/proxy.connect.sugarapps.uk\/proxy\/",
"https:\/\/hint-data-enrichment.service.sugarcrm.com\/*",
"https:\/\/hint-data-enrichment-stage.service.sugarcrm.com\/*",
"https:\/\/*.connect.sugarapps.com\/*",
"https:\/\/*.connect.sugarapps.eu\/*",
"https:\/\/*.connect.sugarapps.com.au\/*",
"https:\/\/*.connect.sugarapps.uk\/*",
"https:\/\/mail.google.com\/",
"https:\/\/calendar.google.com\/",
"https:\/\/*.pendo.io\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"background.js",
"content.js",
"dialogs.html",
"entry-preview.html",
"index.html",
"main.js",
"styles.css",
"tasklist.html",
"gmail-styles.css",
"appointment.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}