PayPal Recurring Payment, Subscription Export
Exports all PayPal Recurring Payments / Subscriptions as CSV
PayPal Recurring Payment, Subscription Exportとは何ですか?
PayPal Recurring Payment, Subscription Exportはwww.kleinanzeigen-enhanced.deによって開発されたChromeの拡張機能で、その主な機能は「Exports all PayPal Recurring Payments / Subscriptions as CSV」です。
拡張機能のスクリーンショット
PayPal Recurring Payment, Subscription Export拡張機能のCRXファイルをダウンロード
PayPal Recurring Payment, Subscription Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is not currently possible to export all recurring payments /subscriptions from PayPal. With this chrome extension, you can download ALL recurring payments. Example Use Cases: - For analysis - calculate monthly income How to: 1. Install extension 2. open paypal.com 3. login 4. open recurring payments (german: Abonnements): https://www.paypal.com/billing/overview 5. you will see now a pink button with the text "Export All Recurring Payments as CSV" 6. click on it and wait until you see a promt window to download the CSV-File For the moment, the CSV-File will have the following headers: - status - id - plan_id - create_time - email_address - plan_name - product_name - start_time - update_time - address - gross_amount - interval_unit - interval_count Use at your own risk! Its not supported nor payed by PayPal!
拡張機能の基本情報
名前 | PayPal Recurring Payment, Subscription Export |
ID | jlkmgflbilbhfciigmjbgiohkhiilmfn |
公式URL | https://chromewebstore.google.com/detail/paypal-recurring-payment/jlkmgflbilbhfciigmjbgiohkhiilmfn |
説明 | Exports all PayPal Recurring Payments / Subscriptions as CSV |
ファイルサイズ | 5.7 KB |
インストール数 | 53 |
現在のバージョン | 0.2 |
最終更新日 | 2023-12-21 |
公開日 | 2023-02-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | www.kleinanzeigen-enhanced.de |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://kleinanzeigen-enhanced.de/datenschutz |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PayPal Recurring Payment, Subscription Export", "description": "Exports all PayPal Recurring Payments \/ Subscriptions as CSV", "version": "0.2", "author": "Richard Kerber", "content_scripts": [ { "matches": [ "https:\/\/*.paypal.com\/billing\/*" ], "js": [ "content-script.js" ], "css": [ "style.css" ] } ] } |