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.
Wat is tracdelight linkgenerator?
tracdelight linkgenerator is een Chrome-extensie ontwikkeld door tracdelight GmbH, en de belangrijkste functie 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.".
Extensie Screenshots
Download het CRX-bestand van de extensie tracdelight linkgenerator
Download tracdelight linkgenerator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | tracdelight linkgenerator |
ID | labfnfjgimecphabhnnnobmifkjclecj |
Officiële URL | https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj |
Beschrijving | 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. |
Bestandsgrootte | 904 KB |
Aantal Installaties | 101 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2023-11-17 |
Publicatiedatum | 2019-02-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | tracdelight GmbH |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.tracdelight.io/datenschutz |
Ondersteunde Talen | 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:\/\/*\/*" ] } |