Teamleader Datev Export
Teamleader Datev Export
什麼是Teamleader Datev Export?
Teamleader Datev Export是由Teamleader開發的Chrome擴展程式,該擴展的主要功能是“Teamleader Datev Export”。
擴展截圖
下載Teamleader Datev Export擴展crx文件
下載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 |
官方網址 | 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" ] } |