Tradedoubler for publishers

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

What is Tradedoubler for publishers?

Tradedoubler for publishers is a Chrome extension developed by https://www.tradedoubler.com, and its main feature is "This extension is the best tools for Tradedoubler's publishers.".

Extension Screenshots

screenshot

Download Tradedoubler for publishers Extension CRX File

Download Tradedoubler for publishers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tradedoubler for publishers Tradedoubler for publishers
ID eflnndhljkbflojickkgojidahinebbi
Official URL https://chromewebstore.google.com/detail/tradedoubler-for-publishe/eflnndhljkbflojickkgojidahinebbi
Description This extension is the best tools for Tradedoubler's publishers.
File Size 639 KB
Installation Count 698
Current Version 2.0.1
Last Updated 2023-11-24
Publish Date 2020-02-26
Rating 5.00/5 Total 2 Ratings
Developer https://www.tradedoubler.com
Email [email protected]
Payment Type free
Extension Website https://www.tradedoubler.com
Help Page URL https://www.tradedoubler.com
Privacy Policy Page URL https://www.tradedoubler.com/en/privacy-policy
Supported Languages 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"
}