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é es tracdelight linkgenerator?
tracdelight linkgenerator es una extensión de Chrome desarrollada por tracdelight GmbH, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión tracdelight linkgenerator
Descarga archivos de extensión tracdelight linkgenerator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | tracdelight linkgenerator |
ID | labfnfjgimecphabhnnnobmifkjclecj |
URL Oficial | https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj |
Descripción | 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. |
Tamaño del Archivo | 904 KB |
Cantidad de Instalaciones | 101 |
Versión Actual | 3.0.0 |
Última Actualización | 2023-11-17 |
Fecha de Publicación | 2019-02-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | tracdelight GmbH |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.tracdelight.io/datenschutz |
Idiomas Soportados | 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:\/\/*\/*" ] } |