FAX.PLUS - Receive & Send Fax (Free Trial)

FAX.PLUS - Receive & Send Fax (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.

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"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}