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.

Vad är tracdelight linkgenerator?

tracdelight linkgenerator är en Chrome-tillägg utvecklad av tracdelight GmbH, och dess huvudfunktion är "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.".

Tilläggsskärmbilder

screenshot

Ladda ner tracdelight linkgenerator-förlängningens CRX-fil

Ladda ner tracdelight linkgenerator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
Officiell webbadress https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
Beskrivning 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.
Filstorlek 904 KB
Antal Installationer 101
Aktuell Version 3.0.0
Senast Uppdaterad 2023-11-17
Publiceringsdatum 2019-02-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tracdelight GmbH
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.tracdelight.io/datenschutz
Stödda Språk 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:\/\/*\/*"
    ]
}