UT DriveApps

UT DriveApps

GoogleドライブにDriveApps(DriveProject、DriveBase、DriveDesktop)を導入します。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UT DriveApps",
  "short_name": "UT DriveApps",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "GoogleドライブにDriveApps(DriveProject、DriveBase、DriveDesktop)を導入します。",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "20889171138",
  "icons": {
    "32": "DApps32x32.png",
    "64": "DApps64x64.png",
    "128": "DApps128x128.png"
  },
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "application/vnd.uapps.drivebase",
          "application/vnd.uapps.drivebase.dbf",
          "application/vnd.uapps.driveproject"
        ],
        "href": "http://apps.uniseth.com",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "app": {
    "launch": {
      "web_url": "http://apps.uniseth.com"
    }
  }
}