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 |
官方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 } |