Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
Wat is Paypal CSV-Export for debitoor?
Paypal CSV-Export for debitoor is een Chrome-extensie ontwikkeld door Lukas Schulze, en de belangrijkste functie is "Exports all needed transactions from Paypal in a usable format for debitoor".
Extensie Screenshots
Download het CRX-bestand van de extensie Paypal CSV-Export for debitoor
Download Paypal CSV-Export for debitoor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
Officiële URL | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
Beschrijving | Exports all needed transactions from Paypal in a usable format for debitoor |
Bestandsgrootte | 104 KB |
Aantal Installaties | 160 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-07-03 |
Publicatiedatum | 2017-07-03 |
Ontwikkelaar | Lukas Schulze |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |