WiseFax

WiseFax

WiseFax enables you to send fax from Chrome to any fax number in the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WiseFax",
  "short_name": "WiseFax",
  "version": "1.6.2",
  "manifest_version": 2,
  "short_description": "Send your document to fax",
  "description": "WiseFax enables you to send fax from Chrome to any fax number in the world.",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "api_console_project_id": "661443656537",
  "gdrive_mime_types": {
    "http://drive.google.com/intents/opendrivedoc": [
      {
        "type": [
          "image/png",
          "image/jpeg",
          "image/gif",
          "image/bmp",
          "application/pdf",
          "application/vnd.google.drive.ext-type.png",
          "application/vnd.google.drive.ext-type.jpg",
          "application/vnd.google.drive.ext-type.gif",
          "application/msword",
          "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
          "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
          "application/vnd.ms-excel",
          "application/vnd.oasis.opendocument.text",
          "application/vnd.oasis.opendocument.spreadsheet",
          "application/hwp",
          "application/swrd"
        ],
        "href": "https://www.wisefax.com/api/cloud/googledrive",
        "title": "Open",
        "disposition": "window"
      }
    ]
  },
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://www.wisefax.com/send/"
    }
  }
}