DocuSign - Secure Electronic Signature

DocuSign - Secure Electronic Signature

Send docs for electronic signature, or add your own signature in minutes. Sign PDFs directly from Google Drive or Gmail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "DocuSign",
  "version": "4.2.0",
  "default_locale": "en",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "66351547828",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://dsgoogle.docusign.net/start-oauth-process/gdrive"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "intents": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "text/plain",
          "text/plainapplication/msexcel",
          "text/xml",
          "text/html",
          "application/pdf",
          "application/x-pdf",
          "application/vnd.ms-excel",
          "application/ms",
          "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
          "application/msword",
          "application/vnd.ms-powerpoint",
          "application/vnd.ms-excel",
          "application/vnd.ms-word.document.macroenabled.12",
          "application/vnd.ms-excel.addin.macroenabled.12",
          "image/bmp",
          "image/png",
          "image/jpeg",
          "image/gif",
          "image/tif",
          "application/vnd.google.drive.ext-type.txt",
          "application/vnd.google.drive.ext-type.text",
          "application/vnd.google.drive.ext-type.pdf",
          "application/vnd.google.drive.ext-type.doc",
          "application/vnd.google.drive.ext-type.docx",
          "application/vnd.google.drive.ext-type.ppt",
          "application/vnd.google.drive.ext-type.pptx",
          "application/vnd.google.drive.ext-type.xls",
          "application/vnd.google.drive.ext-type.xlsx",
          "application/vnd.google.drive.ext-type.rtf",
          "application/vnd.google.drive.ext-type.wpd",
          "application/vnd.google.drive.ext-type.html",
          "application/vnd.google.drive.ext-type.htm",
          "application/vnd.google.drive.ext-type.xhtml",
          "application/vnd.google.drive.ext-type.bmp",
          "application/vnd.google.drive.ext-type.tif",
          "application/vnd.google.drive.ext-type.tiff",
          "application/vnd.google.drive.ext-type.png",
          "application/vnd.google.drive.ext-type.jpg",
          "application/vnd.google.drive.ext-type.jpeg",
          "application/vnd.google.drive.ext-type.gif"
        ],
        "href": "https://dsgoogle.docusign.net/start-oauth-process/gdrive",
        "title": "Open",
        "disposition": "window"
      }
    ]
  }
}