PayPal Gebührenrechner
Einfacher PayPal Gebührenrechner für Privatkunden.
What is PayPal Gebührenrechner?
PayPal Gebührenrechner is a Chrome extension developed by Frank Köhntopp, and its main feature is "Einfacher PayPal Gebührenrechner für Privatkunden.".
Extension Screenshots
Download PayPal Gebührenrechner Extension CRX File
Download PayPal Gebührenrechner 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
Einfacher PayPal Gebührenrechner für Privatkunden in Deutschland mit Rückwärtsrechner (wie viel muss ich verlangen, um abzüglich Gebühren einen bestimmten Betrag zu erhalten). Simples PopUp ohne Knöpfe, Internetverbindungen oder lokale Daten. Über Feedback würde ich mich freuen! Release history: 0.9: Initiales Release 0.91: Erlaubt Dezimalzahlen mit "." und "," als Trennzeichen 0.92: Aktualisierung der PayPal Gebühren in DE (2,49% + 0,35) 0.93: Bugfix 0.94: New icon
Extension Basic Information
Name | PayPal Gebührenrechner |
ID | ginkmcaiajjhdoobbpjibneagmlldlfp |
Official URL | https://chromewebstore.google.com/detail/paypal-geb%C3%BChrenrechner/ginkmcaiajjhdoobbpjibneagmlldlfp |
Description | Einfacher PayPal Gebührenrechner für Privatkunden. |
File Size | 265 KB |
Installation Count | 43 |
Current Version | 0.94 |
Last Updated | 2021-08-23 |
Publish Date | 2019-01-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Frank Köhntopp |
[email protected] | |
Payment Type | free |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PayPal Geb\u00fchrenrechner", "description": "Einfacher PayPal Geb\u00fchrenrechner f\u00fcr Privatkunden.", "version": "0.94", "manifest_version": 3, "icons": { "16": "images\/paypalfeecalculator_16.png", "32": "images\/paypalfeecalculator_32.png", "48": "images\/paypalfeecalculator_48.png", "64": "images\/paypalfeecalculator_64.png", "128": "images\/paypalfeecalculator_128.png" }, "action": { "default_popup": "popup.html", "default_icon": "images\/paypalfeecalculator.png" }, "options_page": "options.html", "permissions": [ "storage" ] } |