LawPay Browser Extension

A browser extension for LawPay

Cos'è LawPay Browser Extension?

LawPay Browser Extension è un'estensione di Chrome sviluppata da https://lawpay.com, e la sua funzione principale è "A browser extension for LawPay".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LawPay Browser Extension

Scarica i file di estensione LawPay Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome LawPay Browser Extension LawPay Browser Extension
ID aajajgcejennpmgkjpabpkibiaomngai
URL Ufficiale https://chromewebstore.google.com/detail/lawpay-browser-extension/aajajgcejennpmgkjpabpkibiaomngai
Descrizione A browser extension for LawPay
Dimensione del File 393 KB
Conteggio Installazioni 3,401
Versione Corrente 2.0.1.0
Ultimo Aggiornamento 2021-10-08
Data di Pubblicazione 2019-04-18
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://lawpay.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.lawpay.com
URL della Pagina di Aiuto https://www.lawpay.com/support
URL della Pagina della Politica sulla Privacy https://www.affinipay.com/terms/privacy
Lingue Supportate 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"
}