CommPay for DIRECTV

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

What is CommPay for DIRECTV?

CommPay for DIRECTV is a Chrome extension developed by CommPayPro, and its main feature is "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.".

Download CommPay for DIRECTV Extension CRX File

Download CommPay for DIRECTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name CommPay for DIRECTV CommPay for DIRECTV
ID fgmgieboncjcomoodgaomaoangigahkk
Official URL https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk
Description This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
File Size 178 KB
Installation Count 278
Current Version 2.9
Last Updated 2016-06-13
Publish Date 2016-06-13
Rating 4.33/5 Total 3 Ratings
Developer CommPayPro
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.commpaypro.com/PrivacyPolicy.aspx
Supported Languages en
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
        }
    ]
}