Examine source code of Smartsheet Office Collaboration

Inspect and view changes in Smartsheet Office Collaboration 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 Office Collaboration",
  "description": "__MSG_appDesc__",
  "version": "2.5.1",
  "default_locale": "en",
  "manifest_version": 2,
  "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?s=32",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "urls": [
      "https://app.smartsheet.com/"
    ],
    "launch": {
      "web_url": "https://app.smartsheet.com/b/home?s=32&m=103&lx=eVNxbsgN6UmNbHDIeAd9yQ"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}