CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
Wat is CommPay for Exede?
CommPay for Exede is een Chrome-extensie ontwikkeld door CommPayPro, en de belangrijkste functie is "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Extensie Screenshots
Download het CRX-bestand van de extensie CommPay for Exede
Download CommPay for Exede-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Basisinformatie over de Extensie
Naam | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
Officiële URL | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Beschrijving | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Bestandsgrootte | 266 KB |
Aantal Installaties | 29 |
Huidige Versie | 4.0 |
Laatst Bijgewerkt | 2019-12-11 |
Publicatiedatum | 2019-12-11 |
Ontwikkelaar | CommPayPro |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://www.commpaypro.com/PrivacyPolicy.aspx |
Ondersteunde Talen | 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 } ] } |