CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Was ist CommPay for Exede?
CommPay for Exede ist eine Chrome-Erweiterung, die von CommPayPro entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Erweiterungsscreenshots
CommPay for Exede-Erweiterungs-CRX-Datei herunterladen
Laden Sie CommPay for Exede-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdlldeheiccojpibdgebpciligbfaaba |
| Offizielle URL | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
| Beschreibung | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
| Dateigröße | 266 KB |
| Installationsanzahl | 29 |
| Aktuelle Version | 4.0 |
| Letztes Update | 2019-12-11 |
| Veröffentlichungsdatum | 2019-12-11 |
| Entwickler | CommPayPro |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://www.commpaypro.com/PrivacyPolicy.aspx |
| Unterstützte Sprachen | 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
}
]
} | |