CommPay for HughesNet

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

CommPay for HughesNet क्या है?

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

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

screenshot

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

crx प्रारूप में CommPay for HughesNet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
आधिकारिक URL https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
विवरण This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
फ़ाइल का आकार 183 KB
स्थापना संख्या 39
वर्तमान संस्करण 3.1
अंतिम अपडेट 2020-01-15
प्रकाशन तिथि 2020-01-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 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 HughesNet",
    "description": "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.",
    "version": "3.1",
    "permissions": [
        "https:\/\/commpay1\/",
        "https:\/\/*.hughesnet.com\/",
        "https:\/\/commpay.software\/"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.2.js",
            "jquery.base64.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/auth.myhughesnet.com\/*",
                "https:\/\/secure.hughesnet.com\/*",
                "https:\/\/ssopow.hughesnet.com\/*"
            ],
            "js": [
                "jquery-1.11.2.js",
                "jquery.base64.js",
                "commpay_hughes.js"
            ],
            "all_frames": true
        }
    ]
}