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.
Hvad er tracdelight linkgenerator?
tracdelight linkgenerator er en Chrome-udvidelse udviklet af tracdelight GmbH, og dens hovedfunktion er "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.".
Udvidelsesskærmbilleder
Download tracdelight linkgenerator-udvidelses-CRX-fil
Download tracdelight linkgenerator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | tracdelight linkgenerator |
ID | labfnfjgimecphabhnnnobmifkjclecj |
Officiel URL | https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj |
Beskrivelse | 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. |
Filstørrelse | 904 KB |
Antal Installationer | 101 |
Nuværende Version | 3.0.0 |
Senest Opdateret | 2023-11-17 |
Udgivelsesdato | 2019-02-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | tracdelight GmbH |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.tracdelight.io/datenschutz |
Understøttede Sprog | 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:\/\/*\/*" ] } |