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.

ما هو tracdelight linkgenerator؟

tracdelight linkgenerator هو إضافة Chrome تم تطويرها بواسطة tracdelight GmbH، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة tracdelight linkgenerator

قم بتنزيل ملفات الامتداد tracdelight linkgenerator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم tracdelight linkgenerator tracdelight linkgenerator
ID labfnfjgimecphabhnnnobmifkjclecj
عنوان URL الرسمي https://chromewebstore.google.com/detail/tracdelight-linkgenerator/labfnfjgimecphabhnnnobmifkjclecj
الوصف 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.
حجم الملف 904 KB
عدد التثبيتات 101
النسخة الحالية 3.0.0
آخر تحديث 2023-11-17
تاريخ النشر 2019-02-19
تقييم 5.00/5 مجموع تقييمات 1
المطور tracdelight GmbH
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.tracdelight.io/datenschutz
اللغات المدعومة 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:\/\/*\/*"
    ]
}