CommPay for DIRECTV

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

CommPay for DIRECTV là gì?

CommPay for DIRECTV là một tiện ích mở rộng Chrome được phát triển bởi CommPayPro, và tính năng chính của nó là "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.".

Tải xuống tệp CRX của tiện ích mở rộng CommPay for DIRECTV

Tải xuống các tệp mở rộng CommPay for DIRECTV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CommPay for DIRECTV CommPay for DIRECTV
ID fgmgieboncjcomoodgaomaoangigahkk
URL Chính Thức https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk
Mô tả This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại 2.9
Cập Nhật Lần Cuối 2016-06-13
Ngày Phát Hành 2016-06-13
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển CommPayPro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.commpaypro.com/PrivacyPolicy.aspx
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}