Teamleader Datev Export
Teamleader Datev Export
Teamleader Datev Export란 무엇입니까?
Teamleader Datev Export은(는) Teamleader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Teamleader Datev Export"입니다.
확장 프로그램 스크린샷
Teamleader Datev Export 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |