tracdelight linkgenerator

Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.

Qu'est-ce que tracdelight linkgenerator ?

tracdelight linkgenerator est une extension Chrome développée par tracdelight GmbH, et sa fonction principale est "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tracdelight linkgenerator

Téléchargez les fichiers d'extension tracdelight linkgenerator 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 tracdelight plug-in allows you to get a tracking link quick and easy right within the plug-in. Install the extension in your browser and go to your partner shops. Simply copy the tracking link right on the webshops‘ site and use it on your website to earn your commission.                    

Informations de Base sur l'Extension

Nom tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
URL Officiel https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
Description Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.
Taille du Fichier 904 KB
Nombre d'Installations 101
Version Actuelle 3.0.0
Dernière Mise à Jour 2023-11-17
Date de Publication 2019-02-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur tracdelight GmbH
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.tracdelight.io/datenschutz
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tracdelight linkgenerator",
    "description": "Get your textlink in one click with the tracdelight plug-in. Install it in your browser and copy your link right in the online shop.",
    "version": "3.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "96": "icon-96.png",
            "128": "icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}