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 |
官方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" ] } |