Inspect and view changes in Smartsheet Web Forms 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",
"name": "Smartsheet Web Forms",
"description": "Web Forms - Collect Information and Act on It.",
"version": "2.5.1",
"manifest_version": 2,
"default_locale": "en",
"container": "GOOGLE_DRIVE",
"api_console_project_id": "46145466229",
"intents": {
"http://drive.google.com/intents/opendrivedoc": [
{
"type": [
"application/vnd.ms-excel",
"text/csv",
"application/vnd.ms-project",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.google.drive.ext-type.xls",
"application/vnd.google.drive.ext-type.xlsx",
"application/vnd.google.drive.ext-type.csv",
"application/vnd.google.drive.ext-type.mpp"
],
"href": "https://app.smartsheet.com/b/home?lx=R9xhtwXFuRKcUJBtZS717A&s=32&m=107",
"title": "Open",
"disposition": "window"
}
]
},
"app": {
"urls": [
"https://app.smartsheet.com/"
],
"launch": {
"web_url": "https://app.smartsheet.com/b/home?lx=R9xhtwXFuRKcUJBtZS717A&s=32&m=107"
}
},
"icons": {
"128": "icon_128.png"
}
}