Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
Paypal CSV-Export for debitoorとは何ですか?
Paypal CSV-Export for debitoorはLukas Schulzeによって開発されたChromeの拡張機能で、その主な機能は「Exports all needed transactions from Paypal in a usable format for debitoor」です。
拡張機能のスクリーンショット
Paypal CSV-Export for debitoor拡張機能のCRXファイルをダウンロード
Paypal CSV-Export for debitoor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fügt auf der Transaktionsseite von Paypal einen zusätzlichen Link ein um alle angezeigten Transaktionen im CSV-Format herunterzuladen. Dieses Format kann dann bei debitoor eingelesen werden.
拡張機能の基本情報
名前 | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
公式URL | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
説明 | Exports all needed transactions from Paypal in a usable format for debitoor |
ファイルサイズ | 104 KB |
インストール数 | 160 |
現在のバージョン | 0.2 |
最終更新日 | 2017-07-03 |
公開日 | 2017-07-03 |
開発者 | Lukas Schulze |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2", "name": "Paypal CSV-Export for debitoor", "short_name": "Paypal CSV-Export", "description": "Exports all needed transactions from Paypal in a usable format for debitoor", "author": "Lukas Schulze", "homepage_url": "https:\/\/aldago.com", "permissions": [ "tabs", "storage", "*:\/\/www.paypal.com\/businessexp\/transactions*" ], "icons": { "16": "icons\/table2_selection_block_16.png", "48": "icons\/table2_selection_block_48.png", "128": "icons\/table2_selection_block_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.paypal.com\/businessexp\/transactions*" ], "js": [ "js\/jquery.min.js", "js\/paypal.js" ] } ], "offline_enabled": false } |