Tradedoubler for publishers

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

Tradedoubler for publishers là gì?

Tradedoubler for publishers là một tiện ích mở rộng Chrome được phát triển bởi https://www.tradedoubler.com, và tính năng chính của nó là "This extension is the best tools for Tradedoubler's publishers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tradedoubler for publishers

Tải xuống các tệp mở rộng Tradedoubler for publishers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tradedoubler for publishers Tradedoubler for publishers
ID eflnndhljkbflojickkgojidahinebbi
URL Chính Thức https://chromewebstore.google.com/detail/tradedoubler-for-publishe/eflnndhljkbflojickkgojidahinebbi
Mô tả This extension is the best tools for Tradedoubler's publishers.
Kích Thước Tệp 639 KB
Số Lần Cài Đặt 698
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2020-02-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.tradedoubler.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tradedoubler.com
URL Trang Trợ Giúp https://www.tradedoubler.com
URL Trang Chính Sách Bảo Mật https://www.tradedoubler.com/en/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}