PayPal Fee Calculator
A most simple and beautiful PayPal fee calculator
What is PayPal Fee Calculator?
PayPal Fee Calculator is a Chrome extension developed by https://zsabo.dev, and its main feature is "A most simple and beautiful PayPal fee calculator".
Extension Screenshots
Download PayPal Fee Calculator Extension CRX File
Download PayPal Fee Calculator 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
Esta calculadora de comisiones de PayPal te permite saber con anterioridad que cantidad de dinero recibira la persona a la que estas enviando, asi evitar equivocaciones y perdida de dinero en comisiones en caso tener que enviar varias veces.
Extension Basic Information
Name | PayPal Fee Calculator |
ID | ggeedejppnnohhoamecllikpjeakkhca |
Official URL | https://chromewebstore.google.com/detail/paypal-fee-calculator/ggeedejppnnohhoamecllikpjeakkhca |
Description | A most simple and beautiful PayPal fee calculator |
File Size | 60.5 KB |
Installation Count | 44 |
Current Version | 0.3.1 |
Last Updated | 2021-07-25 |
Publish Date | 2021-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://zsabo.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://paypal-fee-solid.vercel.app/ |
Help Page URL | https://github.com/x64Bits/paypal-fee-solid/issues |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PayPal Fee Calculator", "version": "0.3.1", "description": "A most simple and beautiful PayPal fee calculator", "host_permissions": [ "https:\/\/*.paypal.com\/*" ], "action": { "default_icon": { "16": "extension\/icon-16.png", "48": "extension\/icon-48.png", "128": "extension\/icon-128.png" }, "default_title": "Open PayPal Fee Calculator", "default_popup": "index.html" }, "icons": { "16": "extension\/icon-16.png", "48": "extension\/icon-48.png", "128": "extension\/icon-128.png" }, "author": "Ignacio Zsabo" } |