Tradedoubler for publishers

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

Cos'è Tradedoubler for publishers?

Tradedoubler for publishers è un'estensione di Chrome sviluppata da https://www.tradedoubler.com, e la sua funzione principale è "This extension is the best tools for Tradedoubler's publishers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tradedoubler for publishers

Scarica i file di estensione Tradedoubler for publishers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Tradedoubler for publishers Tradedoubler for publishers
ID eflnndhljkbflojickkgojidahinebbi
URL Ufficiale https://chromewebstore.google.com/detail/tradedoubler-for-publishe/eflnndhljkbflojickkgojidahinebbi
Descrizione This extension is the best tools for Tradedoubler's publishers.
Dimensione del File 639 KB
Conteggio Installazioni 698
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2020-02-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.tradedoubler.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tradedoubler.com
URL della Pagina di Aiuto https://www.tradedoubler.com
URL della Pagina della Politica sulla Privacy https://www.tradedoubler.com/en/privacy-policy
Lingue Supportate 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"
}