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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Exports all needed transactions from Paypal in a usable format for debitoor"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Paypal CSV-Export for debitoor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |