Amazon Affiliate Link Generator

Get your Amazon affiliate link easily in one click!

Cos'è Amazon Affiliate Link Generator?

Amazon Affiliate Link Generator è un'estensione di Chrome sviluppata da marcus.taylor, e la sua funzione principale è "Get your Amazon affiliate link easily in one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon Affiliate Link Generator

Scarica i file di estensione Amazon Affiliate Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Amazon Affiliate Link Generator extension is a browser extension that simplifies the process of generating Amazon affiliate links. The extension enables users to activate it on any product detail page while browsing Amazon, and it automatically generates a concise amzn.to URL that includes the user's preset Amazon affiliate code.

With this extension, users can quickly and easily create affiliate links to share and promote products on Amazon. The generated link is automatically copied to the user's clipboard, saving time and effort. This tool is especially useful for affiliate marketers who rely on Amazon's affiliate program to earn commissions on product sales.                    

Informazioni di Base sull'Estensione

Nome Amazon Affiliate Link Generator Amazon Affiliate Link Generator
ID glicepjnlandnilldlcojehdiknopgij
URL Ufficiale https://chromewebstore.google.com/detail/amazon-affiliate-link-gen/glicepjnlandnilldlcojehdiknopgij
Descrizione Get your Amazon affiliate link easily in one click!
Dimensione del File 23.39 KB
Conteggio Installazioni 535
Versione Corrente 0.1
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2023-03-30
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore marcus.taylor
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "description": "Get your Amazon affiliate link easily in one click!",
    "name": "Amazon Affiliate Link Generator",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.1"
}