CommPay for DIRECTV

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

CommPay for DIRECTVคืออะไร?

CommPay for DIRECTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CommPayPro และคุณลักษณะหลักของมันคือ "This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CommPay for DIRECTV

ดาวน์โหลดไฟล์ส่วนขยาย CommPay for DIRECTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CommPay for DIRECTV CommPay for DIRECTV
ID fgmgieboncjcomoodgaomaoangigahkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/commpay-for-directv/fgmgieboncjcomoodgaomaoangigahkk
คำอธิบาย This extension allows CommPay Web to retrieve information entered during the creation of a DIRECTV satellite sale.
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 278
เวอร์ชันปัจจุบัน 2.9
อัปเดตครั้งล่าสุด 2016-06-13
วันที่เผยแพร่ 2016-06-13
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา CommPayPro
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.commpaypro.com/PrivacyPolicy.aspx
ภาษาที่รองรับ 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
        }
    ]
}