LawPay Browser Extension
A browser extension for LawPay
Qu'est-ce que LawPay Browser Extension ?
LawPay Browser Extension est une extension Chrome développée par https://lawpay.com, et sa fonction principale est "A browser extension for LawPay".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LawPay Browser Extension
Téléchargez les fichiers d'extension LawPay Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | LawPay Browser Extension |
ID | aajajgcejennpmgkjpabpkibiaomngai |
URL Officiel | https://chromewebstore.google.com/detail/lawpay-browser-extension/aajajgcejennpmgkjpabpkibiaomngai |
Description | A browser extension for LawPay |
Taille du Fichier | 393 KB |
Nombre d'Installations | 3,401 |
Version Actuelle | 2.0.1.0 |
Dernière Mise à Jour | 2021-10-08 |
Date de Publication | 2019-04-18 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | https://lawpay.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.lawpay.com |
URL de la Page d'Aide | https://www.lawpay.com/support |
URL de la Page de Politique de Confidentialité | https://www.affinipay.com/terms/privacy |
Langues Prises en Charge | 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" } |