Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
Vad är Paypal CSV-Export for debitoor?
Paypal CSV-Export for debitoor är en Chrome-tillägg utvecklad av Lukas Schulze, och dess huvudfunktion är "Exports all needed transactions from Paypal in a usable format for debitoor".
Tilläggsskärmbilder
Ladda ner Paypal CSV-Export for debitoor-förlängningens CRX-fil
Ladda ner Paypal CSV-Export for debitoor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
Officiell webbadress | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
Beskrivning | Exports all needed transactions from Paypal in a usable format for debitoor |
Filstorlek | 104 KB |
Antal Installationer | 160 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2017-07-03 |
Publiceringsdatum | 2017-07-03 |
Utvecklare | Lukas Schulze |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |