Inspect and view changes in Add to Sheets - Save to Google Sheets in 1 click source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_title": "Open Add to Sheets"
},
"version": "1.4.7",
"author": "addtosheets.com",
"name": "Add to Sheets - Save to Google Sheets in 1 click",
"description": "Right-click to add any content to Google Sheets. Plus, find all emails, links, and images on sites and save to Sheets.",
"background": {
"service_worker": "static/background/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"identity",
"contextMenus",
"sidePanel",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.7f229555.js"
],
"css": []
}
],
"host_permissions": [
"https://addtosheets.com/*"
],
"side_panel": {
"default_path": "tabs/sidepanel.html"
},
"oauth2": {
"client_id": "519388286780-9imj8aks112kgp50g3p554tvpq11l0am.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/drive.file"
]
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"content.4309bd57.css",
"content.93a5d608.png"
]
}
]
}