CommPay for Exede

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

CommPay for Exede क्या है?

CommPay for Exede CommPayPro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CommPay for Exede एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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 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
        }
    ]
}