CommPay for Exede

This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.

ما هو CommPay for Exede؟

CommPay for Exede هو إضافة Chrome تم تطويرها بواسطة CommPayPro، والميزة الرئيسية لها هي "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CommPay for Exede

قم بتنزيل ملفات الامتداد CommPay for Exede بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.                    

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

الاسم CommPay for Exede CommPay for Exede
ID pdlldeheiccojpibdgebpciligbfaaba
عنوان URL الرسمي https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba
الوصف This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
حجم الملف 266 KB
عدد التثبيتات 29
النسخة الحالية 4.0
آخر تحديث 2019-12-11
تاريخ النشر 2019-12-11
المطور 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 Exede",
    "description": "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.",
    "version": "4.0",
    "permissions": [
        "https:\/\/commpay1\/",
        "https:\/\/*.exede.net\/",
        "https:\/\/commpay.software\/"
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.js",
            "jquery.base64.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.exede.net\/*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "jquery.base64.js",
                "commpay_exede.js"
            ],
            "all_frames": true
        }
    ]
}