FAX.PLUS - Receive & Send Fax (10 Free Pages)

FAX.PLUS - Receive & Send Fax (10 Free Pages)

FAX.PLUS enables you to send and receive fax using your Chrome browser. It’s free, fast, secure, and comes with wonderful features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "FAX.PLUS",
  "description": "FAX.PLUS enables you to send and receive fax using your Chrome browser. It’s free, fast, secure, and comes with wonderful features.",
  "default_locale": "en",
  "version": "0.0.3",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "urls": [
      "https://www.fax.plus/"
    ],
    "launch": {
      "web_url": "https://www.fax.plus/app/send-fax"
    }
  }
}