Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
What is Paypal CSV-Export for debitoor?
Paypal CSV-Export for debitoor is a Chrome extension developed by Lukas Schulze, and its main feature is "Exports all needed transactions from Paypal in a usable format for debitoor".
Extension Screenshots
Download Paypal CSV-Export for debitoor Extension CRX File
Download Paypal CSV-Export for debitoor 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
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.
Extension Basic Information
Name | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
Official URL | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
Description | Exports all needed transactions from Paypal in a usable format for debitoor |
File Size | 104 KB |
Installation Count | 160 |
Current Version | 0.2 |
Last Updated | 2017-07-03 |
Publish Date | 2017-07-03 |
Developer | Lukas Schulze |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |