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.

Cos'è tracdelight linkgenerator?

tracdelight linkgenerator è un'estensione di Chrome sviluppata da tracdelight GmbH, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tracdelight linkgenerator

Scarica i file di estensione tracdelight linkgenerator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
URL Ufficiale https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
Descrizione 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.
Dimensione del File 904 KB
Conteggio Installazioni 101
Versione Corrente 3.0.0
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2019-02-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tracdelight GmbH
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.tracdelight.io/datenschutz
Lingue Supportate 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:\/\/*\/*"
    ]
}