Amazon Affiliate Link Generator
Get your Amazon affiliate link easily in one click!
Co to jest Amazon Affiliate Link Generator?
Amazon Affiliate Link Generator to rozszerzenie Chrome opracowane przez marcus.taylor, a jego główną funkcją jest „Get your Amazon affiliate link easily in one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Affiliate Link Generator
Pobierz pliki rozszerzeń Amazon Affiliate Link Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Amazon Affiliate Link Generator |
ID | glicepjnlandnilldlcojehdiknopgij |
Oficjalny URL | https://chromewebstore.google.com/detail/amazon-affiliate-link-gen/glicepjnlandnilldlcojehdiknopgij |
Opis | Get your Amazon affiliate link easily in one click! |
Rozmiar pliku | 23.39 KB |
Liczba instalacji | 535 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2023-03-30 |
Data Publikacji | 2023-03-30 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | marcus.taylor |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |