CyberSource Virtual Terminal Firefox

Examine source code of CyberSource Virtual Terminal

Inspect and view changes in CyberSource Virtual Terminal source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CyberSource Virtual Terminal Extension",
  "version": "2.0.0",
  "manifest_version": 2,
  "description": "Securely accept credit card payments from your computer today.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "*://*.cybersource.com/*"
  ],
  "web_accessible_resources": [
    "icon-128.png"
  ],
  "applications": {
    "gecko": {
      "id": "cybs-vt-firefox@cybersource.com",
      "strict_min_version": "50.0"
    }
  },
  "browser_action": {
    "default_icon": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.cybersource.com/*"
      ],
      "js": [
        "content_scripts/vt-content-script.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best CyberSource Virtual Terminal Alternatives

Here are some Firefox add-ons that are similar to CyberSource Virtual Terminal: