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
官方網址 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"
}