Amazon Affiliate Link Generator
Get your Amazon affiliate link easily in one click!
Qu'est-ce que Amazon Affiliate Link Generator ?
Amazon Affiliate Link Generator est une extension Chrome développée par marcus.taylor, et sa fonction principale est "Get your Amazon affiliate link easily in one click!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Affiliate Link Generator
Téléchargez les fichiers d'extension Amazon Affiliate Link Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Amazon Affiliate Link Generator |
ID | glicepjnlandnilldlcojehdiknopgij |
URL Officiel | https://chromewebstore.google.com/detail/amazon-affiliate-link-gen/glicepjnlandnilldlcojehdiknopgij |
Description | Get your Amazon affiliate link easily in one click! |
Taille du Fichier | 23.39 KB |
Nombre d'Installations | 535 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2023-03-30 |
Date de Publication | 2023-03-30 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | marcus.taylor |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |