Tradedoubler for publishers

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

Tradedoubler for publishersคืออะไร?

Tradedoubler for publishers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tradedoubler.com และคุณลักษณะหลักของมันคือ "This extension is the best tools for Tradedoubler's publishers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tradedoubler for publishers

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}