CommPay for Exede
This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.
O que é CommPay for Exede?
CommPay for Exede é uma extensão do Chrome desenvolvida por CommPayPro, e sua principal característica é "This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CommPay for Exede
Baixe arquivos de extensão CommPay for Exede no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allows CommPayPro to retrieve information entered during the creation of a Viasat sale.
Informações Básicas da Extensão
Nome | CommPay for Exede |
ID | pdlldeheiccojpibdgebpciligbfaaba |
URL Oficial | https://chromewebstore.google.com/detail/commpay-for-exede/pdlldeheiccojpibdgebpciligbfaaba |
Descrição | This extension allows CommPayPro to retrieve information entered during the creation of an Exede sale. |
Tamanho do Arquivo | 266 KB |
Contagem de Instalações | 29 |
Versão Atual | 4.0 |
Última Atualização | 2019-12-11 |
Data de Publicação | 2019-12-11 |
Desenvolvedor | CommPayPro |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.commpaypro.com/PrivacyPolicy.aspx |
Idiomas Suportados | 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 } ] } |