Teamleader Datev Export

Teamleader Datev Export

Teamleader Datev Exportとは何ですか?

Teamleader Datev ExportはTeamleaderによって開発されたChromeの拡張機能で、その主な機能は「Teamleader Datev Export」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
    ]
}