Tradedoubler for publishers

This extension is the best tools for Tradedoubler's publishers.

ما هو Tradedoubler for publishers؟

Tradedoubler for publishers هو إضافة Chrome تم تطويرها بواسطة https://www.tradedoubler.com، والميزة الرئيسية لها هي "This extension is the best tools for Tradedoubler's publishers.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tradedoubler for publishers

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

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

                        This extension is a suite of tools for Tradedoubler's publishers.
It will allow you to:
 - Access and manage your account
 - Know if a website you are visiting has an affiliate program
 - Apply in 1-click to any affiliate program
 - Generate an affiliate deeplink in a few seconds
And a lot more!                    

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

الاسم Tradedoubler for publishers Tradedoubler for publishers
ID eflnndhljkbflojickkgojidahinebbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/tradedoubler-for-publishe/eflnndhljkbflojickkgojidahinebbi
الوصف This extension is the best tools for Tradedoubler's publishers.
حجم الملف 639 KB
عدد التثبيتات 698
النسخة الحالية 2.0.1
آخر تحديث 2023-11-24
تاريخ النشر 2020-02-26
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.tradedoubler.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.tradedoubler.com
عنوان صفحة المساعدة https://www.tradedoubler.com
عنوان صفحة سياسة الخصوصية https://www.tradedoubler.com/en/privacy-policy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tradedoubler for publishers",
    "description": "This extension is the best tools for Tradedoubler's publishers.",
    "version": "2.0.1",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/images\/extension\/default-16.png",
        "32": "assets\/images\/extension\/default-32.png",
        "64": "assets\/images\/extension\/default-64.png",
        "128": "assets\/images\/extension\/default-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "88"
}