Amazon Affiliate Link Generator
Get your Amazon affiliate link easily in one click!
Amazon Affiliate Link Generator란 무엇입니까?
Amazon Affiliate Link Generator은(는) marcus.taylor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your Amazon affiliate link easily in one click!"입니다.
확장 프로그램 스크린샷
Amazon Affiliate Link Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Amazon Affiliate Link Generator |
ID | glicepjnlandnilldlcojehdiknopgij |
공식 URL | https://chromewebstore.google.com/detail/amazon-affiliate-link-gen/glicepjnlandnilldlcojehdiknopgij |
설명 | Get your Amazon affiliate link easily in one click! |
파일 크기 | 23.39 KB |
설치 횟수 | 535 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-03-30 |
출시 날짜 | 2023-03-30 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | marcus.taylor |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } |