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",
"manifest_version": 3,
"name": "RespondR - Your customer support assistant on Whatsapp Web",
"description": "Respond to customer queries promptly on platforms like Shopify Inbox, Whatsapp Web, eBay.",
"version": "1.0.11",
"icons": {
"16": "icons\/RespondR.png",
"32": "icons\/RespondR.png",
"48": "icons\/RespondR.png",
"128": "icons\/RespondR.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/RespondR.png",
"32": "icons\/RespondR.png",
"48": "icons\/RespondR.png",
"128": "icons\/RespondR.png"
}
},
"permissions": [],
"content_scripts": [
{
"js": [
".\/content.js"
],
"css": [
".\/eBay.css"
],
"matches": [
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.co.uk\/*",
"*:\/\/*.ebay.de\/*",
"*:\/\/*.ebay.com.au\/*",
"*:\/\/*.ebay.ca\/*",
"https:\/\/inbox.shopify.com\/*",
"https:\/\/web.whatsapp.com\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"eBay.css"
],
"matches": [
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.co.uk\/*",
"*:\/\/*.ebay.de\/*",
"*:\/\/*.ebay.com.au\/*",
"*:\/\/*.ebay.ca\/*"
]
},
{
"resources": [
"Shopify.css"
],
"matches": [
"https:\/\/inbox.shopify.com\/*"
]
},
{
"resources": [
"Whatsapp.css"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.co.uk\/*",
"*:\/\/*.ebay.de\/*",
"*:\/\/*.ebay.com.au\/*",
"*:\/\/*.ebay.ca\/*",
"https:\/\/inbox.shopify.com\/*"
]
}