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": "XAD Client for CRM New Version",
"version": "2.4.0.0",
"manifest_version": 3,
"description": "XAD Client for CRM New Version",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"scripting",
"activeTab",
"storage",
"tabs",
"notifications"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"file:\/\/\/*\/*",
"<all_urls>"
],
"action": {
"default_title": "XAD Client for CRM",
"default_icon": "img\/icon_logout.png",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/xad128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.freshdesk.com\/*",
"https:\/\/*.freshsales.com\/*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.crm5.dynamics.com\/*",
"https:\/\/*.zendesk.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/*.myfreshworks.com\/*",
"https:\/\/task.tala.xyz\/*"
],
"js": [
"js\/jquery3.2.1.min.js",
"js\/clients.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"img\/*",
"js\/*",
"css\/*"
],
"matches": [
"https:\/\/*.freshdesk.com\/*",
"https:\/\/*.freshsales.com\/*",
"https:\/\/*.lightning.force.com\/*",
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.crm5.dynamics.com\/*",
"https:\/\/*.zendesk.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/*.myfreshworks.com\/*"
]
}
],
"options_page": "option.html",
"author": "NTTNetworks"
}