Smartsheet Project Management

Smartsheet Project Management

Organize anything and drive results with real-time collaboration. Work in a familiar spreadsheet, calendar or Gantt view.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.5.5",
  "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?s=32",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "urls": [
      "https://app.smartsheet.com/"
    ],
    "launch": {
      "web_url": "https://app.smartsheet.com/b/home?s=32&lx=pRBzkVQRx-A1EwL7Qq_pdA"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}