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.

What is tracdelight linkgenerator?

tracdelight linkgenerator is a Chrome extension developed by tracdelight GmbH, and its main feature is "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.".

Extension Screenshots

screenshot

Download tracdelight linkgenerator Extension CRX File

Download tracdelight linkgenerator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
Official URL 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.
File Size 904 KB
Installation Count 101
Current Version 3.0.0
Last Updated 2023-11-17
Publish Date 2019-02-19
Rating 5.00/5 Total 1 Ratings
Developer tracdelight GmbH
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.tracdelight.io/datenschutz
Supported Languages 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:\/\/*\/*"
    ]
}