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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Affiliation Tools, και η κύρια λειτουργία του είναι "Universal affiliate link generator for Amazon, Aliexpress and much more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Affiliation Tools - affiliate link generator

Λήψη αρχείων επέκτασης Affiliation Tools - affiliate link generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:\/\/*\/*",
                ""
            ]
        }
    ]
}