Teamleader Datev Export

Teamleader Datev Export

O que é Teamleader Datev Export?

Teamleader Datev Export é uma extensão do Chrome desenvolvida por Teamleader, e sua principal característica é "Teamleader Datev Export".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Teamleader Datev Export

Baixe arquivos de extensão Teamleader Datev Export no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Teamleader Datev Export Teamleader Datev Export
ID bennpgedbblgppcpapmpphhpimdadodo
URL Oficial https://chromewebstore.google.com/detail/teamleader-datev-export/bennpgedbblgppcpapmpphhpimdadodo
Descrição Teamleader Datev Export
Tamanho do Arquivo 205 KB
Contagem de Instalações 93
Versão Atual 1.3
Última Atualização 2020-05-27
Data de Publicação 2020-05-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Teamleader
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.teamleader.eu
URL da Página de Política de Privacidade https://www.teamleader.eu/privacy
Idiomas Suportados 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"
    ]
}