Teamleader Datev Export

Teamleader Datev Export

Qu'est-ce que Teamleader Datev Export ?

Teamleader Datev Export est une extension Chrome développée par Teamleader, et sa fonction principale est "Teamleader Datev Export".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Teamleader Datev Export

Téléchargez les fichiers d'extension Teamleader Datev Export au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Teamleader Datev Export Teamleader Datev Export
ID bennpgedbblgppcpapmpphhpimdadodo
URL Officiel https://chromewebstore.google.com/detail/teamleader-datev-export/bennpgedbblgppcpapmpphhpimdadodo
Description Teamleader Datev Export
Taille du Fichier 205 KB
Nombre d'Installations 93
Version Actuelle 1.3
Dernière Mise à Jour 2020-05-27
Date de Publication 2020-05-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur Teamleader
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.teamleader.eu
URL de la Page de Politique de Confidentialité https://www.teamleader.eu/privacy
Langues Prises en Charge 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"
    ]
}