LawPay Browser Extension

A browser extension for LawPay

What is LawPay Browser Extension?

LawPay Browser Extension is a Chrome extension developed by https://lawpay.com, and its main feature is "A browser extension for LawPay".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download LawPay Browser Extension Extension CRX File

Download LawPay Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name LawPay Browser Extension LawPay Browser Extension
ID aajajgcejennpmgkjpabpkibiaomngai
Official URL https://chromewebstore.google.com/detail/lawpay-browser-extension/aajajgcejennpmgkjpabpkibiaomngai
Description A browser extension for LawPay
File Size 393 KB
Installation Count 3,401
Current Version 2.0.1.0
Last Updated 2021-10-08
Publish Date 2019-04-18
Rating 5.00/5 Total 8 Ratings
Developer https://lawpay.com
Email [email protected]
Payment Type free
Extension Website https://www.lawpay.com
Help Page URL https://www.lawpay.com/support
Privacy Policy Page URL https://www.affinipay.com/terms/privacy
Supported Languages 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"
}