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ファイルをダウンロード
Amazon Affiliate Link Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |