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 SF v2.1.0820",
"description": "XAD Client intergrate with Salesforce CRM - SHOPEE",
"version": "2.1.0820",
"permissions": [
"activeTab",
"tabs",
"https:\/\/*\/*",
"file:\/\/\/*\/*",
"notifications",
"storage"
],
"optional_permissions": [
"downloads"
],
"icons": {
"128": "img\/xad128.png"
},
"browser_action": {
"default_title": "XAD Client for SF v2.1.0820",
"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:\/\/*.lightning.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"js": [
"js\/jquery3.2.1.min.js",
"js\/clients.js"
]
}
],
"manifest_version": 2
}