Tradedoubler for publishers

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

什么是Tradedoubler for publishers?

Tradedoubler for publishers是由https://www.tradedoubler.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is the best tools for Tradedoubler's publishers.”。

扩展截图

screenshot

下载Tradedoubler for publishers扩展crx文件

下载Tradedoubler for publishers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL https://www.tradedoubler.com
隐私政策页面URL 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"
}