Teamleader Datev Export
Teamleader Datev Export
Teamleader Datev Exportคืออะไร?
Teamleader Datev Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Teamleader และคุณลักษณะหลักของมันคือ "Teamleader Datev Export"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teamleader Datev Export
ดาวน์โหลดไฟล์ส่วนขยาย Teamleader Datev Export ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Teamleader Datev Export |
ID | bennpgedbblgppcpapmpphhpimdadodo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/teamleader-datev-export/bennpgedbblgppcpapmpphhpimdadodo |
คำอธิบาย | Teamleader Datev Export |
ขนาดไฟล์ | 205 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-05-27 |
วันที่เผยแพร่ | 2020-05-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Teamleader |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.teamleader.eu |
URL หน้านโยบายความเป็นส่วนตัว | https://www.teamleader.eu/privacy |
ภาษาที่รองรับ | 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" ] } |