Paypal CSV-Export for debitoor
Exports all needed transactions from Paypal in a usable format for debitoor
Co to jest Paypal CSV-Export for debitoor?
Paypal CSV-Export for debitoor to rozszerzenie Chrome opracowane przez Lukas Schulze, a jego główną funkcją jest „Exports all needed transactions from Paypal in a usable format for debitoor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Paypal CSV-Export for debitoor
Pobierz pliki rozszerzeń Paypal CSV-Export for debitoor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ikmnigipmjicndaflddojldpfkinbejk |
Oficjalny URL | https://chrome.google.com/webstore/detail/paypal-csv-export-for-deb/ikmnigipmjicndaflddojldpfkinbejk |
Opis | Exports all needed transactions from Paypal in a usable format for debitoor |
Rozmiar pliku | 104 KB |
Liczba instalacji | 160 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2017-07-03 |
Data Publikacji | 2017-07-03 |
Deweloper | Lukas Schulze |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |