Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
Apa itu Paypal CSV-Export for debitoor?
Paypal CSV-Export for debitoor adalah ekstensi Chrome yang dikembangkan oleh Lukas Schulze, dan fitur utamanya adalah "Exports all needed transactions from Paypal in a usable format for debitoor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Paypal CSV-Export for debitoor
Unduh file ekstensi Paypal CSV-Export for debitoor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
URL Resmi | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
Deskripsi | Exports all needed transactions from Paypal in a usable format for debitoor |
Ukuran File | 104 KB |
Jumlah Instalasi | 160 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2017-07-03 |
Tanggal Publikasi | 2017-07-03 |
Pengembang | Lukas Schulze |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |