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.

Apa itu tracdelight linkgenerator?

tracdelight linkgenerator adalah ekstensi Chrome yang dikembangkan oleh tracdelight GmbH, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi tracdelight linkgenerator

Unduh file ekstensi tracdelight linkgenerator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
URL Resmi https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
Deskripsi 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.
Ukuran File 904 KB
Jumlah Instalasi 101
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2019-02-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang tracdelight GmbH
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.tracdelight.io/datenschutz
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}