Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "XAD Client for CRM v2.1.1007",
"description": "XAD Client Addon for CRM",
"version": "2.1.1007",
"permissions": [
"activeTab",
"tabs",
"https:\/\/*\/*",
"file:\/\/\/*\/*",
"notifications",
"storage"
],
"optional_permissions": [
"downloads"
],
"icons": {
"128": "img\/xad128.png"
},
"browser_action": {
"default_title": "XAD Client for CRM v2.1.1007",
"default_icon": "img\/icon_logout.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/*.png",
"js\/*",
"css\/*"
],
"background": {
"scripts": [
"js\/jquery3.2.1.min.js",
"js\/socket.io.js",
"js\/common.js",
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.freshdesk.com\/*",
"https:\/\/*.freshsales.com\/*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.crm5.dynamics.com\/*"
],
"js": [
"js\/jquery3.2.1.min.js",
"js\/clients.js"
]
}
],
"options_page": "options.html",
"manifest_version": 2
}