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!”。

擴展截圖

screenshot

下載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 Amazon Affiliate Link Generator
ID glicepjnlandnilldlcojehdiknopgij
官方網址 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"
}