CPACharge Browser Extension
A browser extension for CPACharge
Wat is CPACharge Browser Extension?
CPACharge Browser Extension is een Chrome-extensie ontwikkeld door https://cpacharge.com, en de belangrijkste functie is "A browser extension for CPACharge".
Extensie Screenshots
Download het CRX-bestand van de extensie CPACharge Browser Extension
Download CPACharge Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Take advantage of the #1 online payment solution for CPA firms right from your browser with the CPACharge Google Chrome Extension. This extension installs a button in your Chrome browser that gives you quick and easy access to your secure CPACharge 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 CPACharge account. If you need any assistance with your CPACharge account, our Chrome extension, or if you have any additional questions, reach out to our in-house team of Certified Payments Professionals at https://cpacharge.com/about/contact-us
Basisinformatie over de Extensie
Naam | CPACharge Browser Extension |
ID | nnnmcomacnnighljamagflokbpbjnfcl |
Officiële URL | https://chromewebstore.google.com/detail/cpacharge-browser-extensi/nnnmcomacnnighljamagflokbpbjnfcl |
Beschrijving | A browser extension for CPACharge |
Bestandsgrootte | 395 KB |
Aantal Installaties | 757 |
Huidige Versie | 2.0.1.0 |
Laatst Bijgewerkt | 2021-10-08 |
Publicatiedatum | 2019-04-18 |
Ontwikkelaar | https://cpacharge.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cpacharge.com/ |
Help Pagina-URL | https://cpacharge.com/support |
URL van de Privacybeleid Pagina | https://www.affinipay.com/terms/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1.0", "name": "CPACharge Browser Extension", "description": "A browser extension for CPACharge", "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxcwEx3hAzv9SJPl74z77tETHRHmzsS0etxwXxCFZsFmfEiUzec9KYp5y2NJcUB\/ciUIH6chXkA5FilVraIpXJYn4xuHq1nBajSqbed10Lpj2MBwDREMBew0ruKkq0AGIizd+s221F8IXVWWgQtzEO2zuhkP1K7Rywf+f8Nup94KnGnZeCED095UQdAFZhGRCnyyq1VvAfFQ6ojcTbTgNZDQ+sMn2d+gxZknCOXRjDH1MY8MyMXzSF59KEinyP2+CWYjOlppstGdS4B00wwOu\/KacZOHc99OINRhsjEGGN5rcGxFfglG9j73xwn0UXDdmTT75C8oDeIitdacf0wz2OwIDAQAB" } |