Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
Was ist Paypal CSV-Export for debitoor?
Paypal CSV-Export for debitoor ist eine Chrome-Erweiterung, die von Lukas Schulze entwickelt wurde, und ihr Hauptmerkmal ist "Exports all needed transactions from Paypal in a usable format for debitoor".
Erweiterungsscreenshots
Paypal CSV-Export for debitoor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Paypal CSV-Export for debitoor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ikmnigipmjicndaflddojldpfkinbejk |
| Offizielle URL | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
| Beschreibung | Exports all needed transactions from Paypal in a usable format for debitoor |
| Dateigröße | 104 KB |
| Installationsanzahl | 160 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2017-07-03 |
| Veröffentlichungsdatum | 2017-07-03 |
| Entwickler | Lukas Schulze |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |