Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
ما هو Paypal CSV-Export for debitoor؟
Paypal CSV-Export for debitoor هو إضافة Chrome تم تطويرها بواسطة Lukas Schulze، والميزة الرئيسية لها هي "Exports all needed transactions from Paypal in a usable format for debitoor".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Paypal CSV-Export for debitoor
قم بتنزيل ملفات الامتداد Paypal CSV-Export for debitoor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
الوصف | Exports all needed transactions from Paypal in a usable format for debitoor |
حجم الملف | 104 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-07-03 |
تاريخ النشر | 2017-07-03 |
المطور | Lukas Schulze |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |