Fax.Plus- Receive & Send Fax Online (Free Trial)

Fax.Plus- Receive & Send Fax Online (Free Trial)

Fax.Plus is a secure HIPAA compliant fax solution, recognized as the best online fax service for its reliability and ease of use. With the Fax.Plus Firefox extension you can send fax from computer and access your faxes in a fully encrypted archive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.3.0",
  "background": {
    "scripts": [
      "onopen.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "FAX.PLUS"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ]
}