Affiliation Tools - affiliate link generator

Universal affiliate link generator for Amazon, Aliexpress and much more.

Affiliation Tools - affiliate link generator란 무엇입니까?

Affiliation Tools - affiliate link generator은(는) Affiliation Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Universal affiliate link generator for Amazon, Aliexpress and much more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Affiliation Tools - affiliate link generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you want to make money with affiliate links for free and from multiple online stores where you are registered but only have the exclusive affiliate link generator per marketplace like Amazon's SiteStripe?
Affiliation Tools is the solution for entrepreneurs, small bloggers or marketers who are learning how to generate income with referrals.

Affiliation Tools is an extension for Chromium-based web browsers (Google Chrome, Microsoft Edge, Opera, etc.).
We offer you for free the possibility to synchronize with your account/browser profile your affiliate link building settings of all the ecommerces you have linked to your account.

We also offer guides to sign up for the main affiliate sites and we will guide you step by step to start generating passive income.

Install and use the best affiliate link generator with free version that seeks to generate income (at least more comfortably).                    

확장 프로그램 기본 정보

이름 Affiliation Tools - affiliate link generator Affiliation Tools - affiliate link generator
ID hpfjfgkpfglnmnohlpjcnjegmbgkpobn
공식 URL https://chromewebstore.google.com/detail/affiliation-tools-affilia/hpfjfgkpfglnmnohlpjcnjegmbgkpobn
설명 Universal affiliate link generator for Amazon, Aliexpress and much more.
파일 크기 749 KB
설치 횟수 417
현재 버전 0.4.0
최근 업데이트 2023-09-30
출시 날짜 2022-08-16
평점 5.00/5 총 1 개의 평점
개발자 Affiliation Tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://affiliation.tools/
도움말 페이지 URL https://affiliation.tools/
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "version": "0.4.0",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": "favicon-32x32.png"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "128": "favicon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "clipboardWrite",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "favicon-16x16.png",
                "favicon-128.png",
                "favicon-32x32.png",
                "logo.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}