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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}