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