PayPal Fee Calculator
A most simple and beautiful PayPal fee calculator
PayPal Fee Calculatorとは何ですか?
PayPal Fee Calculatorはhttps://zsabo.devによって開発されたChromeの拡張機能で、その主な機能は「A most simple and beautiful PayPal fee calculator」です。
拡張機能のスクリーンショット
PayPal Fee Calculator拡張機能のCRXファイルをダウンロード
PayPal Fee Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | PayPal Fee Calculator |
ID | ggeedejppnnohhoamecllikpjeakkhca |
公式URL | https://chromewebstore.google.com/detail/paypal-fee-calculator/ggeedejppnnohhoamecllikpjeakkhca |
説明 | A most simple and beautiful PayPal fee calculator |
ファイルサイズ | 60.5 KB |
インストール数 | 44 |
現在のバージョン | 0.3.1 |
最終更新日 | 2021-07-25 |
公開日 | 2021-05-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://zsabo.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://paypal-fee-solid.vercel.app/ |
ヘルプページのURL | https://github.com/x64Bits/paypal-fee-solid/issues |
対応言語 | 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" } |