Teamleader Datev Export
Teamleader Datev Export
Teamleader Datev Export là gì?
Teamleader Datev Export là một tiện ích mở rộng Chrome được phát triển bởi Teamleader, và tính năng chính của nó là "Teamleader Datev Export".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Teamleader Datev Export
Tải xuống các tệp mở rộng Teamleader Datev Export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Teamleader Datev Chrome extension allows you to export all invoices and credit notes between a certain array of dates in the correct Datev format. The plugin will provide you with the necessary two Excel files needed (invoices and credit notes). To start using the plugin, just enter your unique Teamleader API key and group via 'Options'. Your account administrator can find these two keys via Settings > API&Webhooks. Powered by Teamleader.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Teamleader Datev Export |
ID | bennpgedbblgppcpapmpphhpimdadodo |
URL Chính Thức | https://chromewebstore.google.com/detail/teamleader-datev-export/bennpgedbblgppcpapmpphhpimdadodo |
Mô tả | Teamleader Datev Export |
Kích Thước Tệp | 205 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-05-27 |
Ngày Phát Hành | 2020-05-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Teamleader |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.teamleader.eu |
URL Trang Chính Sách Bảo Mật | https://www.teamleader.eu/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Teamleader Datev Export", "description": "Teamleader Datev Export", "version": "1.3", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png" }, "background": { "scripts": [ "scripts\/jquery-3.2.1.min.js", "scripts\/DatevFormat.js", "scripts\/InvoiceParser.js", "scripts\/action.js" ] }, "browser_action": { "default_title": "Teamleader DATEV Export", "default_icon": "images\/icon.png", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "https:\/\/app.teamleader.eu\/api\/getInvoices.php", "https:\/\/app.teamleader.eu\/api\/getCreditnotes.php", "downloads" ] } |