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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |