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是由Lukas Schulze開發的Chrome擴展程式,該擴展的主要功能是“Exports all needed transactions from Paypal in a usable format for debitoor”。
擴展截圖
下載Paypal CSV-Export for debitoor擴展crx文件
下載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 |
官方網址 | 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 } |