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": "Zoho Sheet - Extension & Web Clipper",
"description": "Clip data, create new spreadsheets or access your recent files using Zoho Sheet's extension and web clipper",
"version": "1.1.2",
"permissions": [
"cookies",
"activeTab",
"contextMenus",
"notifications",
"downloads",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_title": "Zoho Sheet",
"default_popup": "html\/zohosheetplugin.html",
"default_icon": "images\/ZohoSheetLogo.png"
},
"icons": {
"128": "images\/ZohoSheetLogo.png"
},
"background": {
"service_worker": "worker_js\/ZSWorker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"web_accessible_resources\/ZSCopy.js"
],
"run_at": "document_idle"
}
],
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"web_accessible_resources\/ZSExistingFile.js",
"web_accessible_resources\/ZSNewFile.js",
"web_accessible_resources\/ZSContent.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}