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 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "XAD Client for FD&FS v2.0.1229",
"description": "XAD Client Addon for FS&FD",
"version": "2.0.1229",
"permissions": [
"activeTab",
"tabs",
"https:\/\/*\/*",
"file:\/\/\/*\/*",
"notifications",
"storage"
],
"optional_permissions": [
"downloads"
],
"icons": {
"128": "img\/xad128.png"
},
"browser_action": {
"default_title": "XAD Client for FD&FS v2.0.1229",
"default_icon": "img\/icon_logout.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/*.png",
"js\/*"
],
"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\/*"
],
"js": [
"js\/jquery3.2.1.min.js",
"js\/clients.js"
]
}
],
"options_page": "options.html",
"manifest_version": 2
}