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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}