CommPay for DIRECTV

CommPay for DIRECTV

This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CommPay for DIRECTV",
  "description": "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.",
  "version": "2.9",
  "content_scripts": [
    {
      "matches": [
        "https://retailer.directv.com/NASApp/directv/*",
        "https://dealercenter.brandmuscle.net/*"
      ],
      "js": [
        "jquery-1.11.2.js",
        "jquery.base64.js",
        "commpay_dtv.js"
      ],
      "all_frames": true
    }
  ]
}