LawPay Browser Extension

A browser extension for LawPay

O que é LawPay Browser Extension?

LawPay Browser Extension é uma extensão do Chrome desenvolvida por https://lawpay.com, e sua principal característica é "A browser extension for LawPay".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LawPay Browser Extension

Baixe arquivos de extensão LawPay Browser Extension 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

                        Take advantage of the #1 online payment solution for law firms right from your browser with the LawPay Google Chrome Extension. This extension installs a button in your Chrome browser that gives you quick and easy access to your secure LawPay payment page(s). Open your payment page instantly in a separate tab, or copy the link to your clipboard with a click of your mouse.

Make your billing process even more efficient and accept payments, or send payment links to your clients, in seconds without having to leave your browser or log in to your LawPay account.

If you need any assistance with your LawPay account, our Chrome extension, or if you have any additional questions, reach out to our in-house team of Certified Payments Professionals at https://lawpay.com/support/email-us                    

Informações Básicas da Extensão

Nome LawPay Browser Extension LawPay Browser Extension
ID aajajgcejennpmgkjpabpkibiaomngai
URL Oficial https://chromewebstore.google.com/detail/lawpay-browser-extension/aajajgcejennpmgkjpabpkibiaomngai
Descrição A browser extension for LawPay
Tamanho do Arquivo 393 KB
Contagem de Instalações 3,401
Versão Atual 2.0.1.0
Última Atualização 2021-10-08
Data de Publicação 2019-04-18
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://lawpay.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lawpay.com
URL da Página de Ajuda https://www.lawpay.com/support
URL da Página de Política de Privacidade https://www.affinipay.com/terms/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1.0",
    "name": "LawPay Browser Extension",
    "description": "A browser extension for LawPay",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon-128-92bce82.png"
        }
    },
    "icons": {
        "128": "icon-128-92bce82.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.affinipay.com\/charges",
                "*:\/\/*.lawpay.com\/charges",
                "*:\/\/*.cpacharge.com\/charges"
            ],
            "js": [
                "\/content_script.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiONVYwHCyONfz5ZiINQELOejJIs3o3wLMMWfbkfSqMkqRQek+bsM5X4mDPQh8jE75ErfHQa6etB9pZGUPvSVrIjYoyCgLWFgz9C1xXqjM3k62l7axJ8Ew5sKjilFQ4P4SAAQE5ofPha+vq3Cd1KZs7huX71oMuOrW6dJ2pyvQOKoyi1mOBbzhQBUyh1TqJ3QQaQx+u02Piz23e62xUXivFwhm7C7KlC89roEOG5UvuCgxm4rbMftEkEc7pK5iA8Agr0y7w9tO6Hx3HQLNxBFf3HWkp2qjjNRe\/EVSrWkrav6C1BKqzbO6aDZ0\/k+0CsJwbudB89ljrRTsOKeZiOdnQIDAQAB"
}