LawPay Browser Extension

A browser extension for LawPay

Was ist LawPay Browser Extension?

LawPay Browser Extension ist eine Chrome-Erweiterung, die von https://lawpay.com entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension for LawPay".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

LawPay Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie LawPay Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name LawPay Browser Extension LawPay Browser Extension
ID aajajgcejennpmgkjpabpkibiaomngai
Offizielle URL https://chromewebstore.google.com/detail/lawpay-browser-extension/aajajgcejennpmgkjpabpkibiaomngai
Beschreibung A browser extension for LawPay
Dateigröße 393 KB
Installationsanzahl 3,401
Aktuelle Version 2.0.1.0
Letztes Update 2021-10-08
Veröffentlichungsdatum 2019-04-18
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://lawpay.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.lawpay.com
Hilfeseite URL https://www.lawpay.com/support
URL der Datenschutzrichtlinien-Seite https://www.affinipay.com/terms/privacy
Unterstützte Sprachen 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"
}