CommPay for HughesNet

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

Vad är CommPay for HughesNet?

CommPay for HughesNet är en Chrome-tillägg utvecklad av CommPayPro, och dess huvudfunktion är "This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.".

Tilläggsskärmbilder

screenshot

Ladda ner CommPay for HughesNet-förlängningens CRX-fil

Ladda ner CommPay for HughesNet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CommPay for HughesNet CommPay for HughesNet
ID jhglpemkkfphlkjalpamfpbipfncajkk
Officiell webbadress https://chromewebstore.google.com/detail/commpay-for-hughesnet/jhglpemkkfphlkjalpamfpbipfncajkk
Beskrivning This extension allows CommPayPro to retrieve information entered during the creation of a HughesNet sale.
Filstorlek 183 KB
Antal Installationer 39
Aktuell Version 3.1
Senast Uppdaterad 2020-01-15
Publiceringsdatum 2020-01-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare CommPayPro
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.commpaypro.com/PrivacyPolicy.aspx
Stödda Språk 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
        }
    ]
}