Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SherpaDesk | Helpdesk Customer Support Ext",
"description": "Your Customer Support Solution. View and respond to SherpaDesk tickets from the browser with this extension.",
"version": "1.0.17",
"manifest_version": 3,
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "SherpaDesk Helpdesk Customer Support | Extension"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-1.png"
},
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/api.sherpadesk.com\/*",
"https:\/\/*.sherpadesk.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.sherpadesk.com\/*"
]
},
"background": {
"service_worker": "\/js\/background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"icon-48.png"
],
"matches": [
"<all_urls>"
]
}
]
}